Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Releases: talkiq/gcloud-rest

1.3.2

01 Jun 22:12
7871f2b
Compare
Choose a tag to compare

TaskManager

  • fix: delete deadlettered FailFast tasks rather than cancelling and retrying
  • "feature": remove broken burn functionality

1.3.1

01 Jun 20:53
0b7849d
Compare
Choose a tag to compare

Logging

  • attach exception payload to error logs

Docs

  • add a bunch of basic usage info to README

1.3.0

26 Apr 03:46
e1afb1a
Compare
Choose a tag to compare

Storage

  • feature: implement "list blobs" feature

1.2.10

11 Apr 20:17
b597cc5
Compare
Choose a tag to compare

TaskQueue

  • fix task deadlettering properties format

1.2.9

22 Mar 23:05
Compare
Choose a tag to compare

Core

  • include MIT license explicitly

1.2.8

02 Feb 22:58
Compare
Choose a tag to compare

TaskQueue

  • fix: fix log format error when retry_limit is null

1.2.7

27 Jan 22:44
Compare
Choose a tag to compare

TaskManager

  • fix: fix bad casting which may prevent retry_limit usage in Python 2

1.2.6

26 Jan 07:40
Compare
Choose a tag to compare

TaskManager

  • feature: break TaskManager on any process issue

1.2.5

25 Jan 23:51
Compare
Choose a tag to compare

TaskManager

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

1.2.4

25 Jan 21:46
Compare
Choose a tag to compare

TaskManager

  • feature: quit taskmanager when ProcessPool breaks
  • fix: daemonize lease managers to ensure they exit on parent death