-
Notifications
You must be signed in to change notification settings - Fork 253
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
engine/schedulemanager: isolate processing of individual schedules #1741
Comments
Possible approach:
|
@mastercactapus Can I pick up this issue and work on this |
I'd say this one is still in the planning phase. I did a bit of testing on this and a big issue with the approach I outlined is just to walk through the schedules by locking alone (no actually fetching/updating) results in a > 10x slowdown. |
This issue has been automatically marked as stale because it has not had recent activity. |
Let's revisit this after the engine state is implemented (going in with metrics code). |
This issue has been automatically marked as stale because it has not had recent activity. |
Obsoleted by #4245 |
What problem would you like to solve? Please describe:
All schedules are updated in a single transaction:
Describe the solution you'd like:
Process one schedule at a time, up to some limit per cycle
Describe alternatives you've considered:
Continued risk.
Additional context:
Things to watch out for in implementation:
The text was updated successfully, but these errors were encountered: