lancepioch / tree

Connect your Github Repository to your Forge Server and Tree automatically deploys any new pull requests for you
MIT License
11 stars 3 forks source link

Utilize Batchable Jobs #55

Closed lancepioch closed 1 year ago

lancepioch commented 4 years ago

Job Batching: https://laravel.com/docs/8.x/queues#job-batching

Reference: https://github.com/lancepioch/tree/blob/f807f4745f52fd7acb568ad408cdad9366cc5fe8/app/Jobs/SetupSite.php#L72-L80

lancepioch commented 1 year ago

Chains are correct, we want them to run in sequence.