Skip to main content

Job scheduler for Docker containers, configured via container labels.

Project description

https://img.shields.io/docker/pulls/funkyfuture/deck-chores.svg https://img.shields.io/pypi/v/deck-chores.svg

A job scheduler for Docker containers, configured via container labels.

Features

  • define regular jobs to run within a container context with container and optionally with image labels

  • use date, interval and cron-like triggers

  • set a maximum of simultaneously running instances per job

  • restrict job scheduling to one container per service

  • multi-architecture image supports amd64, arm64 and arm platforms (the latter are currently not provided for download)

Example

Let’s say you want to dump the database of a Wordpress once a day. Here’s a docker-compose.yml that defines a job that will be handled by deck-chores:

version: "3.7"

services:
  wordpress:
    image: wordpress
  mysql:
    image: mariadb
    volumes:
      - ./database_dumps:/dumps
    labels:
      deck-chores.dump.command: sh -c "mysqldump --all-databases > /dumps/dump-$$(date -Idate)"
      deck-chores.dump.interval: daily

It is however recommended to use scripts with a proper shebang for such actions. Their outputs to stdout and stderr as well as their exit code will be logged by deck-chores.

Maintenance

The final release is supposed to receive monthly updates that includes updates of all updateable dependencies. If one is skipped, don’t worry. When a second maintenance release is skipped, feel free to open an issue to ask what the status is.

You can always build images upon an up-to-date base image with:

make build

Limitations

When running on a cluster of Docker Swarm nodes, each deck-chores instance can only observe the containers on the node it’s running on, and hence only restrict to run one job per service within the node’s context.

Acknowledgements

It wouldn’t be as charming to write this piece of software without these projects:

Authors

  • Frank Sachsenheim (maintaining)

  • aeri4list

  • alpine-digger

  • Brynjar Smári Bjarnason

  • Garret Hohmann

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

deck_chores-1.4.12.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

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

deck_chores-1.4.12-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

Details for the file deck_chores-1.4.12.tar.gz.

File metadata

  • Download URL: deck_chores-1.4.12.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for deck_chores-1.4.12.tar.gz
Algorithm Hash digest
SHA256 1718c6ba506840c952b0c5acd5815b165b487a747fe10d064ff8d1ed8f2459cc
MD5 ae7bd0b671ab0882e7c0c437504f1281
BLAKE2b-256 deacfcc34c0b10d8954c436803f2f1eb5d33c390d5f0a62d4ee4a8258d1c0e3e

See more details on using hashes here.

File details

Details for the file deck_chores-1.4.12-py3-none-any.whl.

File metadata

  • Download URL: deck_chores-1.4.12-py3-none-any.whl
  • Upload date:
  • Size: 14.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for deck_chores-1.4.12-py3-none-any.whl
Algorithm Hash digest
SHA256 e25077066a023ea06e347daf14c4b568cb130cf0433bd31b2714d1592e77c60c
MD5 cff7410582556d93117f3b88b7a7134b
BLAKE2b-256 df27cb2dbed611c9a837931a3cd7afb4e614e40c9903f53b97087f513568e442

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