taskqueue-6.0.0
talkiq-ops
released this
27 Jan 21:16
·
227 commits
to master
since this release
BREAKING CHANGES
gcloud-aio-taskqueue
no longer exposes the encode()
and decode() methods -- please use the methods exposed by
gcloud-aio-auth` instead, as they are more up-to-date (#559)
Features
- add timeout argument and remove retries (#580) -- thanks @javierdialpad!
Note that if you want taskqueue
operations to be retried, you should define your own retry handler as per the readmes which best suit your own use-case.