glowfic-constellation / glowfic

The Glowfic Constellation
https://www.glowfic.com
MIT License
16 stars 11 forks source link

Resque and retry handling #66

Closed Throne3d closed 1 year ago

Throne3d commented 7 years ago
  • Come up with a way to test the retry handling, I think there's resque_rspec?
  • Do retries better so they're not infinite, see resque-retry

I see multiple copies of post id 452 in the queue, something is off

Deploys are causing long running background jobs to crash. I'm supposed to be catching sigterms, don't do that.

Marri commented 7 years ago

resque-retry and resque_rspec are done, just for historical note; still need to do the other two

Throne3d commented 6 years ago

Deploys crash jobs again (still?), which needs to be fixed. Retrying might not be working? I forget what I did around that. It'd be a good idea to look into this soon.