brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.64k stars 114 forks source link

Implement delay for active job adapter #93

Closed kinnrot closed 9 years ago

kinnrot commented 9 years ago

error NotImplementedError=== ["/Users/chen/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/gems/activejob-4.2.0/lib/active_job/queue_adapters/sucker_punch_adapter.rb:27:in `enqueue_at'"

the basic functionality supports it, so why no implementation for the adapter?

davidcpell commented 9 years ago

+1, ran into the same problem when trying to emulate the ActiveJob guide's example of using something like deliver_later(wait: 5.minutes)

kevinjalbert commented 9 years ago

+1 running into this problem as well.

brandonhilkert commented 9 years ago

Closing in favor of #97.