Skip to main content

Simple Scheduler for Dramatiq Task Queue

Project description

Simple Scheduler for Dramatiq Task Queue

dramatiq task queue is great but lake a scheduler. This project fills the gap.

Features

  • Cron-like scheduling.
  • Single process.
  • Fast and simple implementation.
  • Easy on ressources using SIGALRM.
  • No dependency except dramatiq ones.
  • CLI consistent with dramatiq.

Installation

periodiq is licensed under LGPL 3.0+.

$ pip install periodiq

Declare periodic tasks like this:

import dramatiq
from periodiq import PeriodicMiddleWare, cron

broker.add_middleware(PeriodicMiddleWare())

@dramatiq.actor(periodic=cron('0 * * * *))
def hourly():
    # Do something each hour…
    ...

Then, run scheduler with:

$ periodiq -v my.broker.module

Support

If you need help or found a bug, mind opening a GitLab issue on the project. French and English spoken.

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

periodiq-0.9.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

periodiq-0.9.0-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

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