Ruby clockwork for one-time jobs?

158 Views Asked by At

I was thinking about using sneakers as my ActiveJob backend. Unfortunately it does not support delayed messages. But since we're going to use clockwork anyway: is there any mechanism to schedule one-off jobs with clockwork? I assume that it would have to be based on the database-backed job feature as the delayed jobs would have to survive application restarts.

0

There are 0 best solutions below