Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created January 6, 2020 21:40
Show Gist options
  • Save hadrienblanc/dc9d6104dc5bc3bc621f695f4442be1c to your computer and use it in GitHub Desktop.
Save hadrienblanc/dc9d6104dc5bc3bc621f695f4442be1c to your computer and use it in GitHub Desktop.
dw = Delayed::Worker.new
dj = Delayed::Job.last # assuming that the last job is the failed one, otherwise use a proper query to
# locate it
dw.run dj
@hadrienblanc
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment