Procfile vs Laravel Queue
-
Hi,
I am trying to start 3 laravel queues with laragon, but I stumble on procfile configuration.If I do this:
GroupOne: autorun "php artisan queue:work queue=group_1 tries=3" pwd=C:\laragon\www\project
then i have an error telling me that filename, dir or syntax are invalid.If I do this:
GroupOne: autorun php artisan queue:work queue=group_1 tries=3 pwd=C:\laragon\www\project
then terminal window opens, but queue worker doesn't work.What am I missing?
-
@tomatow : Can you show me an image of your terminal?