Skip to content
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

Sync upstream #7

Merged
merged 50 commits into from
Feb 29, 2024
Merged

Sync upstream #7

merged 50 commits into from
Feb 29, 2024

Conversation

tomzagorski
Copy link

This PR merges the upstream changes into our fork and fixes rubocop issues introduced in the reliable batches changes.

solutus and others added 30 commits October 7, 2019 13:51
Add gem version badge to Readme
…nterface-for-inline-mode

pass args to worker as array in inline mode
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
mrexox and others added 20 commits December 2, 2022 17:06
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
Signed-off-by: Valentin Kiselev <[email protected]>
A port of this commit which changes were originaly omitted from
a recent merge conflict resolution.
d82e1a0

The existing code loads all redis scripts during application load
however that means we're waiting for requests to finish during
application load which creates latency and potentially errors in
boostrapping. Rather, we use the same mechanism from this other
commit to lazy load redis scripts once and only once in a thread
safe manner, so they are loaded once needed and not again.
Prevent loading scripts multiple times per process
Copy link

@rex-remind101 rex-remind101 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@tomzagorski tomzagorski merged commit 36c9824 into master Feb 29, 2024
4 checks passed
@tomzagorski tomzagorski deleted the sync-upstream branch February 29, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants