Introduction
Here are what this article is going to cover:
- Deploy
Supervisor
onMacOS
- Deploy
Supervisor
onAWS
What is Supervisor
?
Supervisor
is a process monitor and control system. Because Ray do use Laravel Queue on a project, and queue worker has to be running on the background continuously. So what if the queue work fails and disconnect? With Supervisor
, we will be able to restart them after they either fail or close.