-
Notifications
You must be signed in to change notification settings - Fork 0
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
i852 New worker to run resource intensive jobs #969
Merged
bkiahstroud
merged 21 commits into
main
from
i852-new-worker-to-run-resource-intensive-jobs
Feb 14, 2024
Merged
i852 New worker to run resource intensive jobs #969
bkiahstroud
merged 21 commits into
main
from
i852-new-worker-to-run-resource-intensive-jobs
Feb 14, 2024
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36755a9 - Browse repository at this point
Copy the full SHA 36755a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f52d0 - Browse repository at this point
Copy the full SHA 38f52d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692f16a - Browse repository at this point
Copy the full SHA 692f16aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a97e895 - Browse repository at this point
Copy the full SHA a97e895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8ce54 - Browse repository at this point
Copy the full SHA 8a8ce54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0543f - Browse repository at this point
Copy the full SHA 3c0543fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3900d39 - Browse repository at this point
Copy the full SHA 3900d39View commit details -
adjust intensive worker prod resources
Co-authored-by: Rob Kaufman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcdb041 - Browse repository at this point
Copy the full SHA bcdb041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72410d8 - Browse repository at this point
Copy the full SHA 72410d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a22e71 - Browse repository at this point
Copy the full SHA 8a22e71View commit details -
Change pulled from: - samvera/hyku#2145
Configuration menu - View commit details
-
Copy full SHA for fee32b2 - Browse repository at this point
Copy the full SHA fee32b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789a226 - Browse repository at this point
Copy the full SHA 789a226View commit details -
correctly parse Redis host value
Because of the special way `extraDeploy` gets interpreted, fetching ENV values using `$` will not work.
Configuration menu - View commit details
-
Copy full SHA for c4b9cc3 - Browse repository at this point
Copy the full SHA c4b9cc3View commit details -
use more generic name for extra worker
We will be reusing this pattern across several projects. Not every extra worker will need increased resource limits, so we should use a more generic name that can apply to various requirements.
Configuration menu - View commit details
-
Copy full SHA for 495d807 - Browse repository at this point
Copy the full SHA 495d807View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab11894 - Browse repository at this point
Copy the full SHA ab11894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04bd455 - Browse repository at this point
Copy the full SHA 04bd455View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874746e - Browse repository at this point
Copy the full SHA 874746eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d704786 - Browse repository at this point
Copy the full SHA d704786View commit details -
Sidekiq queues without explicit weights are prioritized in the order they are listed. Our auxiliary worker's primary goal is to process jobs in the auxiliary queue, thus we want it to be the top priority. [Sidekiq docs](https://github.com/sidekiq/sidekiq/wiki/Advanced-Options#queues)
Configuration menu - View commit details
-
Copy full SHA for e4a57a8 - Browse repository at this point
Copy the full SHA e4a57a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26ed4d - Browse repository at this point
Copy the full SHA b26ed4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f5488 - Browse repository at this point
Copy the full SHA d9f5488View 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.