You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
It would be great to have an equivalent to the "remove_delayed" function of the original Resque scheduler.
# after you've enqueued a job like:Resque.enqueue_at(5.days.from_now,SendFollowUpEmail,:user_id=>current_user.id)# remove the job with exactly the same parameters:Resque.remove_delayed(SendFollowUpEmail,:user_id=>current_user.id)
The text was updated successfully, but these errors were encountered:
It would be great to have an equivalent to the "remove_delayed" function of the original Resque scheduler.
The text was updated successfully, but these errors were encountered: