-
Notifications
You must be signed in to change notification settings - Fork 729
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
Avoid defragging scripts during eval #1414
Avoid defragging scripts during eval #1414
Conversation
This can happen when long scripts are being run and we are attempting to defrag it in the whileBlockedCron. Signed-off-by: Ran Shidlansik <[email protected]>
@JimB123 this one as well - take a look and tell me what you think. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## unstable #1414 +/- ##
============================================
+ Coverage 70.78% 70.84% +0.06%
============================================
Files 118 118
Lines 63561 63613 +52
============================================
+ Hits 44994 45069 +75
+ Misses 18567 18544 -23
|
Signed-off-by: Ran Shidlansik <[email protected]>
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.
Looks good.
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
This can happen when scripts are running for long period of time and the server attempts to defrag it in the whileBlockedCron. Signed-off-by: Ran Shidlansik <[email protected]>
This can happen when scripts are running for long period of time and the server attempts to defrag it in the whileBlockedCron. Signed-off-by: Ran Shidlansik <[email protected]>
This can happen when long scripts are being run and we are attempting to defrag it in the whileBlockedCron.
Example: