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.