You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rokde Yes, it works. What do you think about Task Scheduling? Add the cron task * * * * * cd /var/www/price-crawler && docker-compose exec app php artisan schedule:run >> /dev/null 2>&1 to the system itself, or create a separate container for it? I think this is the wrong way to start the task scheduler. Have you had experience with Task Scheduling and Docker? https://laravel.com/docs/7.x/scheduling#scheduling-queued-jobs
Hi. I added an
ipunktbs/laravel-queue-worker
image to mydocker-compose.yml
file. Did I set it up correctly?The text was updated successfully, but these errors were encountered: