hanieas / Docker-Laravel

Setting Up Laravel Local Environment with Docker
99 stars 59 forks source link

CRON for Laravel Queues #1

Open kndrckjvr opened 1 year ago

kndrckjvr commented 1 year ago

is there already a file/configuration for the CRON Jobs?

I was thinking of adding some lines on the Dockerfile to accommodate that function?

Example:

* * * * * cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1
* * * * * cd /var/www/html && php artisan queue:work --tries=3 >> /dev/null 2>&1
hanieas commented 1 year ago

@kndrckjvr

Thanks for your suggestion, Could you please create PR for the mentioned feature?