-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Fixes for guard/monitor in multi-cluster setup #248
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #248 +/- ##
=========================================
+ Coverage 89.88% 90.18% +0.3%
=========================================
Files 44 42 -2
Lines 2866 2762 -104
=========================================
- Hits 2576 2491 -85
+ Misses 290 271 -19
Continue to review full report at Codecov.
|
As the |
modified file: cluster.py
scheduler function (guard process): fix for #231, alternative solution to 87b87ff for MySQL
save_task function (monitor process): fix for #225