Skip to content

Releases: tradecoverexchange/google-cloud-tasks-laravel

v1.0.0-alpha

18 Jun 13:06
Compare
Choose a tag to compare

Changes

Library has been changed to be more inline with the functionality of Laravel queues.

  • Delays and backoffs should work like any other.
  • Jobs will be re-dispatched instead of relying on the Google Cloud Tasks queue to retries.
  • Commands added to handle queues.
  • Queue monitor command can bring back the size of the Queue.

Missing

I hope to add worker options for queues making it easier to customise things like memory usage and default retries as the worker mechanism for Google Cloud Tasks is different to running a CLI command.

v0.5.0

09 Feb 21:22
Compare
Choose a tag to compare

Changes

Upgrades to Laravel 9

v0.4.0

07 Mar 10:51
Compare
Choose a tag to compare
code clean up