All notable changes to google-cloud-tasks-laravel
will be documented in this file
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.
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.
Upgrades to Laravel 9
- Adds
TaskStarted
andTaskFinished
events. - Internal improvement to extending the QueueManager with the cloud tasks and app engine task
- drivers.
- updates to Laravel 8, drops 7 due to worker options class changing between frameworks.
- initial release