Hello,
I am trying to emulate the function of supervisord on Windows.
Basically, I am executing running a command from the command line (using the execute task feature of VisualCron)
the command is as follows:
php artisan horizon
https://laravel.com/docs...orizon#deploying-horizon In unix, when running supervisord, it monitors the task and restarts if it crashes.
Is there anyway to specify that functionality in VisualCron?
When I run the task in VisualCron, it works and starts the process. It also runs indefinitely, but I'm not sure how to monitor it and restart if necessary.
Edited by moderator
7 years ago
|
Reason: Not specified