brandonhilkert / sucker_punch

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

Feature request: perform_at #162

Closed andrewhamon closed 7 years ago

andrewhamon commented 8 years ago

It would be handy to have a perform_at method that accepts a time object of when to perform the job.

The alternative is perform_in(target_time - Time.now)

cshupp1 commented 8 years ago

See issue 172. It might help if you are on JRuby.

https://github.com/brandonhilkert/sucker_punch/issues/172