Skip to content

Populate instance name for BotsInterface scheduler

Jeremiah Bonney requested to merge jbonney/bots-scheduler-instance into master

Description

This MR fixes a bug where the instance name wasn't set in the scheduler used by the BotsInterface. This doesn't seem to cause any issues except for the ExecutedActionMetadata metrics not having the instance name in them, which is how I discovered it.

Merge request reports