Helle every one, I’m new to Hestia panel and I have created a cron job to run the Laravel queue worker after every minute.
It seems that I’ve done something wrong, cause nothing is happening and the jobs are still there waiting. 
Here is a screenshot the shaded portion is juste my domain name
What isnt working? What happens if you try and run it as sudo?
i.e
sudo -u whatever THE COMMAND
Does it run that ok? Here is a Larvel app I run with mine:
0 8 * * * cd /home/ultranerds/web/domain.co.uk && php8.2 artisan ninja:send-recurring > /dev/null 2>&1
I think this part is quite important from what I remember:
cd /home/ultranerds/web/domain.co.uk && php8.2 artisan