Skip to content

Releases: talkiq/gcloud-aio

pubsub-0.5.1

22 Mar 23:42
Compare
Choose a tag to compare

PubSub

  • include MIT license explicitly

datastore-0.5.2

22 Mar 23:43
Compare
Choose a tag to compare

Datastore

  • include MIT license explicitly

core-0.7.2

22 Mar 23:11
Compare
Choose a tag to compare

Core

  • include MIT license explicitly

bigquery-0.5.2

22 Mar 23:44
Compare
Choose a tag to compare

BigQuery

  • include MIT license explicitly

auth-0.6.3

22 Mar 23:19
Compare
Choose a tag to compare

Auth

  • include MIT license explicitly

taskqueue-1.2.10

26 Jan 21:33
Compare
Choose a tag to compare

TaskManager

  • feature: allow immediate LeaseManager preemption. This should drastically speed up processing times for large batch_sizes.

taskqueue-1.2.9

25 Jan 08:29
Compare
Choose a tag to compare

TaskQueue

  • feature: enforce single session per every poll() and process() (#20)

taskqueue-1.2.8

25 Jan 06:34
Compare
Choose a tag to compare

TaskManager

  • fix FailFast deletion command typo

taskqueue-1.2.7

25 Jan 03:03
Compare
Choose a tag to compare

TaskManager

  • feature: begin processing tasks immediately after lease rather than waiting for next preemption.

taskqueue-1.2.6

24 Jan 20:18
Compare
Choose a tag to compare

TaskManager

  • feature: quit TaskManager immediately on BrokenProcessPool to avoid potential hanging state
  • feature: log unhandled TaskManager.process() exceptions