-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
POC - batched queue processing #99
Closed
gregplaysguitar
wants to merge
12
commits into
graphile:main
from
gregplaysguitar:batched-queue-processing
Closed
POC - batched queue processing #99
gregplaysguitar
wants to merge
12
commits into
graphile:main
from
gregplaysguitar:batched-queue-processing
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4adc26c - Browse repository at this point
Copy the full SHA 4adc26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f0787 - Browse repository at this point
Copy the full SHA 32f0787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04de4b5 - Browse repository at this point
Copy the full SHA 04de4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba6e034 - Browse repository at this point
Copy the full SHA ba6e034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6779565 - Browse repository at this point
Copy the full SHA 6779565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bc394 - Browse repository at this point
Copy the full SHA 28bc394View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251c5f1 - Browse repository at this point
Copy the full SHA 251c5f1View commit details -
Master branch is getting ~2150 jobs/s for me The original batched get_jobs was performing really badly at ~680 jobs/s. Using a composite type instead of json internally increased that to ~840 Replacing the select array … into with a CTE got it right back up to ~1840 jobs/s at batch size 1. With batch size 4 that jumps to ~4400.
Configuration menu - View commit details
-
Copy full SHA for 863184c - Browse repository at this point
Copy the full SHA 863184cView commit details
Commits on Sep 21, 2020
-
Merge branch 'main' of https://github.com/graphile/worker into batche…
…d-queue-processing
Configuration menu - View commit details
-
Copy full SHA for 3ace8a6 - Browse repository at this point
Copy the full SHA 3ace8a6View commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f6c6f8 - Browse repository at this point
Copy the full SHA 8f6c6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51f088 - Browse repository at this point
Copy the full SHA c51f088View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51638f - Browse repository at this point
Copy the full SHA f51638fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.