0

I found that on my rails vps production server with nginx passenger will failed when going through heavy process. Is there any way that I can restart my delayed job worker when it get failed?

vincentlkl
  • 21
  • 1
  • 5

1 Answers1

1

You could just go with upstart or systemd; there's another stackoverflow question that could get you started with whether going that basic is sufficient or not.

A good overview of the problem and solution space would be here. It's a bit outdated (2 years old), but to give you a basic handle on the problem and solution space you're looking at would be a good jumping off point.

Community
  • 1
  • 1
Morgan
  • 1,438
  • 3
  • 17
  • 32