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?
Asked
Active
Viewed 443 times
1 Answers
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.