Skip to main content

Avoid running multiple instances of the same celery task concurrently

Project description

Lock-based celery tasks using Redis

rhubarb provides a LockableTask which implements the Redlock algorithm in order to guarantee that only one instance of a given task is running at the same time, while preventing deadlocks from happening in case of e.g. a worker getting killed, which is not uncommon in cloud environments.

Why use rhubarb?

There are certainly other very similar libraries and tools that can help you achieve the same results, but rhubarb aims to be a very opinionated approach to the same problem these other libraries solve. You can use rhubarb without changing any settings and be confident that the defaults will be enough to not worry about it.

Rhubarb's long-term goal is to guarantee exclusive task execution with minimal, almost inexistent downtime while taking resiliency towards unexpected worker termination very seriously.

Usage

from rhubarb.tasks import LockableTask

@app.task(base=LockableTask)
def my_task():
    ...

Settings

See the official celery docs on where/how to set the following settings:

  • rhubarb_backend_url: URL to the Redis instance which will be used for creating the locks. If not present, will fallback to Celery's broker_url or result_backend settings, in that order of precedence.
  • rhubarb_backend_kwargs: Dict of keyword arguments to pass to the Redis connection constructor, use for anything not present in the URL. Note that query parameters in the URL always take precedence over key-value pairs in this dict.
  • rhubarb_task_lock_ttl: Global default expiry time for locks in seconds, if not present will default to 60 minutes.

Testing

  • Make sure you install both requirements.txt and requirements-testing.txt.
  • Set up a local Redis instance, the tests/ directory includes a compose.yml file which sets up a local Redis instance using docker and docker-compose.
  • Run the tox command.

Why is it called rhubarb?

It's a plugin for celery that implements the Redlock algorithm using Redis... Have you ever seen a rhubarb? It's practically a red celery :-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rhubarb-0.1.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rhubarb-0.1.0-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file rhubarb-0.1.0.tar.gz.

File metadata

  • Download URL: rhubarb-0.1.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.2

File hashes

Hashes for rhubarb-0.1.0.tar.gz
Algorithm Hash digest
SHA256 dc65d4f6ffc402256db92e0e056d69951b74c5d460d1a61ff03108113f1f32e1
MD5 5ad5006eaa458a625fa7ff3644603ad1
BLAKE2b-256 8e654dbd9c07f45f90de6bed237b820ae5c8d661c72903ebbe1e1c64b0b0fe70

See more details on using hashes here.

File details

Details for the file rhubarb-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: rhubarb-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.2

File hashes

Hashes for rhubarb-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f3e40a22056c88bad23152cd4037aec105a416f19f96d3350ddefbc773f7a644
MD5 a762fa000ed71479e5b86f01109e83ff
BLAKE2b-256 3f89e35d654d8a179794908996771a58f3d0226d51165e834ccd165381e7f281

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page