Skip to content

v1.0.0-alpha

Latest
Compare
Choose a tag to compare
@peterfox peterfox released this 18 Jun 13:06
· 4 commits to main since this release

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.