Shai Kamin
Shai Kamin
I guess I didn't realize this feature had not been implemented. I had been using the standard ActiveJobs delay method with DelayedJobs with no issues: `MessageNotification.with(message: message).delay(run_at: Time.now+15.seconds).deliver(recipients)` However, now...
Because I set Sidekiq::Extensions.enable_delay! in my sidekiq initializer, I should still be able to use the method (https://github.com/mperham/sidekiq/wiki/Delayed-extensions). I have tested this with other classes and instance methods and was...
Hi just reaching back out on this...