Closed Ardiea closed 6 months ago
Thanks for the pull request, @Ardiea! Please note that it may take us up to several weeks or months to complete a review and merge your PR.
Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here.
Please let us know once your PR is ready for our review and all tests are green.
@Ardiea Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future.
Added a watcher configuration option to override the name of the queue to allow us to pull from multiple xqueue instances that have queues with the same name.
For example:
Note how both elements of the root dict have different names, however
NAME_OVERRIDE
is the same for both configurations. OneSERVER
directive points to the staging environment and the other points to the normal environment. Both configurations will pull from the queue namedWatcher-MITx-6.0001r
for each environment. Previously, the configuration for the staging environment would have pulled from a queue namedWatcher-MITx-staging-6.0001r
which does not exist.