-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ansible with new scheduler instructions #5202
Conversation
Add instructions to add configuration for akka dispatcher, add complete file paths in two places
Codecov Report
@@ Coverage Diff @@
## master #5202 +/- ##
===========================================
+ Coverage 44.65% 64.26% +19.60%
===========================================
Files 238 238
Lines 13937 13937
Branches 581 581
===========================================
+ Hits 6224 8957 +2733
+ Misses 7713 4980 -2733
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks, Erika for the contribution.
LGTM, were about to start work with migrating to the new scheduler in April as well |
Add instructions to add configuration for akka dispatcher, add complete file paths in two places
Description
When trying to deploy the new scheduler with ansible, I kept getting this error in the scheduler:
Adding the dispatcher to the references.conf file fixed the error, and now I can deploy the scheduler via ansible.
I've just tested this locally by invoking a few functions after deployment.
My changes affect the following components
Types of changes
Checklist: