-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - Prioritize verifying own POST #5417
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5417 +/- ##
=======================================
Coverage 77.4% 77.5%
=======================================
Files 265 265
Lines 30891 30920 +29
=======================================
+ Hits 23931 23968 +37
+ Misses 5438 5432 -6
+ Partials 1522 1520 -2 ☔ View full report in Codecov by Sentry. |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
bors try |
tryBuild failed: |
bors merge |
## Motivation When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue. ## Changes - prioritize verifying your own POST by processing it synchronously (bypassing scheduling on the worker pool). - removed workaround that disabled post verifying worker pool scaling in systests
Build failed (retrying...): |
## Motivation When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue. ## Changes - prioritize verifying your own POST by processing it synchronously (bypassing scheduling on the worker pool). - removed workaround that disabled post verifying worker pool scaling in systests
Build failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors merge |
## Motivation When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue. ## Changes - prioritize verifying your own POST by processing it synchronously (bypassing scheduling on the worker pool). - removed workaround that disabled post verifying worker pool scaling in systests
bors cancel |
Canceled. |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
bors merge |
## Motivation When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue. ## Changes - prioritize verifying your own POST by processing it synchronously (bypassing scheduling on the worker pool). - removed workaround that disabled post verifying worker pool scaling in systests
Build failed: |
This reverts commit 37e6575.
bors merge |
## Motivation When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue. ## Changes - prioritize verifying your own POST by processing it synchronously (bypassing scheduling on the worker pool).
Pull request successfully merged into develop. Build succeeded: |
When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue. - prioritize verifying your own POST by processing it synchronously (bypassing scheduling on the worker pool).
Motivation
When there is a lot of ATX to handle, the self-published ATX might get stuck in the POST verification queue.
Changes