fly-apps / fly-laravel

Run your Laravel apps on Fly
40 stars 3 forks source link

Let users add process groups #30

Closed fideloper closed 1 year ago

fideloper commented 1 year ago

There are 2 process groups that seem useful to add (for a total of 3 if running the app normally as well):

[processes]
  app = ""
  cron = "cron -f"
  worker = "php artisan queue:work"