How to handle SIGTERM signal on laravel 8,9,10 deploy with docker containers in regards to scheduler and worker?
I saw that Laravel 8,9,10 handles the queue worker on SIGTERM signal. But according to the bellow comment from Worker class (Worker.php on line 185), laravel handles it only for the current worker execution, if supervisor (or other monitoring tool…