so i'm putting my website in a server (50gb with good ram amd 5059x) and when i run this command nohup php artisan queue:work i check it with top command and i see it there, but then after let's say two days or three i don't find the pid of the queue; like i guess when the server is hibernating for inactivity;
how to solve this issue, is there a way besides cron jobs, or is cron jobs the right solution