About Anaconda Help Download Anaconda

conda-forge / packages / celery-singleton 0.3.1

Prevent duplicate celery tasks

copied from cf-staging / celery-singleton

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.3.1

conda install

To install this package run one of the following:
conda install conda-forge::celery-singleton
conda install conda-forge/label/cf201901::celery-singleton
conda install conda-forge/label/cf202003::celery-singleton

Description

Duplicate tasks clogging up your message broker? Do time based rate limits make you feel icky? Look no further! This is a baseclass for celery tasks that ensures only one instance of the task can be queued or running at any given time. Uses the task's name+arguments to determine uniqueness.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy