Skip to content

1.2.0

Compare
Choose a tag to compare
@LeonidVas LeonidVas released this 06 Jun 17:36
· 49 commits to master since this release

Overview

This release introduce:

  • Master-replica switching support.
  • Additional grants for queue/tube functions.

New features

Bugfixes

  • Fix work with "ttl" of buried task.
    Previously, if a task was "buried" after it was "taken" (and the task has a
    "ttr"), then the time when the "release" should occur (the "ttr" timer) will
    be interpreted as the end of the "ttl" timer and the task will be deleted.