So, on regular servers we can use supervisor to run a script in the background. I'd like to know if there's an equivalent way to handle the same process for Laravel Vapor.
I have a bash script that uses an infinite loop in combination with the sleep()
function. I intend to use it for some monitoring purposes.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community