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

raise ArgumentError if 'at' size is wrong #4603

Merged
merged 1 commit into from
Jun 18, 2020

Conversation

BuonOmo
Copy link
Contributor

@BuonOmo BuonOmo commented Jun 18, 2020

In Sidekiq::Client.bulk_push, now 'at' size must be the same size as 'args' (or just be a single numeric).

Fixes #4601

In `Sidekiq::Client.bulk_push`, now
'at' size must be the same size as
'args' (or just be a single numeric).

Fixes sidekiq#4601
@mperham mperham merged commit 50b9e67 into sidekiq:master Jun 18, 2020
@BuonOmo BuonOmo deleted the fix/at-size-on-bulk_push branch June 18, 2020 14:34
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.

Better handling of at in push_bulk
2 participants