About Anaconda Help Download Anaconda

Simple task queue for Python

copied from cf-staging / kuyruk

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v10.0.2
  • osx-64 v10.0.2
  • win-64 v10.0.2
  • win-32 v9.0.7

conda install

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

Description

Kuyruk is a simple and easy way of distributing tasks to run on servers. It uses RabbitMQ as message broker and depends on amqp which is a pure-Python RabbitMQ client library. Compatible with Python 2.7+ and 3.4+. All design decisions is based on simplicity. Speed is not first priority. Kuyruk only supports RabbitMQ and does not plan to support any other backend. Kuyruk is designed for long running mission critical jobs. For this reason Kuyruk sends acknowledgement only after the task is fully processed.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy