Skip to main content

Container cron with seconds resolution

Project description

pre-commit Run the test suite

pytocron

pytocron is a cron implementation targeting containers, written in Python, with seconds and year resolution, native support for Healthchecks.io and >90% test coverage. It is licensed under GNU Affero General Public License v3.0 or later and is meant to remain simple and maintainable.

One particular prime use case is to feed uptime monitoring. For example, here is how I monitor availability of my blog:

# Check blog availability every 30 seconds
# hc-ping: https://hc-ping.com/00000000-0000-0000-0000-000000000000
*/30 * * * * * * wget -qO- -T2 https://blog.hartwork.org/ | grep -qF 'Hartwork Blog'

Regarding name "pytocron": It was inspired by the term pytosquatting and it had no search results on Google.

If you like pytocron, please support it with a star!

Installation

# pip3 install pytocron

or

# pipx install pytocron

Comparison with other crons

  pytocron Supercronic Vixie Cron
Written in Python Go C
Container support      
∟ Targets containers containers non-container systems
∟ Environment variables kept kept ?
∟ Multi-user mode
∟ Logging target stdout, stderr stdout, stderr syslog or log file
∟ Log rotation support
∟ Command shell bash -e -u /bin/sh /bin/sh
∟ Daemonization
∟ Crontab reloading
Integrations      
∟ Support for Healthchecks.io
∟ Support for Sentry
Crontab syntax      
∟ Seconds and year resolution ✔ (forced) ✔ (optional)
∟ Implementation croniter cronexpr custom
Exceeded job runtime handling auto-kill overlapping or skips ?
Handling of daylight saving time skips, duplicates ? ?
Reaction to NTP adjustments none ? ?
Signal handling      
SIGHUP shutdown shutdown log file reopen
SIGUSR2 shutdown crontab file reload shutdown

Contributing

Prior to opening pull requests, please create an issue to discuss the matter first. Thank you!

Security

If you believe to have found a security issue within pytocron, please reach out via e-mail. Thank you!

Support

Please report any bugs that you find.

Like this tool? Support it with a star!

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

pytocron-2.0.0.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

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

pytocron-2.0.0-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

Details for the file pytocron-2.0.0.tar.gz.

File metadata

  • Download URL: pytocron-2.0.0.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for pytocron-2.0.0.tar.gz
Algorithm Hash digest
SHA256 eca41a5e12791902fb7a61ad4ebfc999357026746c5fef18f7b17f0c82787c74
MD5 1d076131eee956296f02016953a81bd3
BLAKE2b-256 96d77756616d34480b88aea2062a9357718cd184d636ce7465e3fa7d73ae57e5

See more details on using hashes here.

File details

Details for the file pytocron-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: pytocron-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 28.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for pytocron-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 691b6d1c8608da802c012cb2079d7d6209d3ca8de4c792f88dab2f8d766da917
MD5 5c76d9abc1f2bf11e9fe8384c78eb178
BLAKE2b-256 78565751207a21f1bb383b9a937f575660e2d5776650da908ab3ba0ec812287e

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