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

enqueue_at_with_queue内でenqueueでなくenqueue_toでエンキュー #5

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

hsato23
Copy link
Contributor

@hsato23 hsato23 commented Oct 23, 2024

課題

enqueue_at_with_queueは引数で渡されたキューでなくクラスで定義さたキューにエンキューしている。
enqueue_toを使って引数で渡されたキューにエンキューする方が元のresque-schedulerの挙動に近く、ユーザーにわかりやすい。

対応

  • enqueue_at_with_queue内でenqueueでなくenqueue_toでエンキューするよう変更
  • ついでにassert_[not_]queued_at_with_queueを追加

その他

approveいただけたら0.1.2リリースしようと思います。
#6 も合わせて見ていただけるとありがたいです。

@hsato23 hsato23 requested review from jiikko and t-mtzk October 23, 2024 01:04
Copy link
Member

@jiikko jiikko left a comment

Choose a reason for hiding this comment

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

よさそうです!!

@hsato23 hsato23 merged commit 7466565 into master Oct 23, 2024
6 checks passed
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.

2 participants