affordablemobiles / GServerlessSupportLaravel

Run Laravel on Google Serverless
MIT License
26 stars 17 forks source link

Compress queue #52

Closed matthewnessworthy closed 5 years ago

matthewnessworthy commented 5 years ago

I ran into many issues trying to use ::withChain and the resulting large queue size. Adding an option to compress the queue appears to mitigate this issue without a dramatic increase in processing time.

matthewnessworthy commented 5 years ago

@iamacarpet sure thing, i've change the base branch to use php72-laravel55.

re: squashing... you can enable Squash & Merge as the only option for merging PRs in the repo, that way it will enforce single commits in the primary branch history while still allowing each PR to contain multiple commits (the best of both worlds IMO)