cliffracer-cron
Wall-clock @cron scheduling for cliffracer services, on croniter.
Core ships @timer for fixed intervals. This package adds cron expressions and
timezones for schedules that must land at a wall-clock time.
from cliffracer import CliffracerService
from cliffracer_cron import cron
class Reports(CliffracerService):
@cron("0 9 * * *", tz="America/Chicago")
async def daily_summary(self) -> None: ...
@cron sets the same marker @timer does, so core discovers these handlers
without knowing this package exists.
Installed from PyPI, versioned in lockstep with cliffracer.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cliffracer_cron-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cliffracer_cron-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.13 {"installer":{"name":"uv","version":"0.12.13","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4c3157b5f1cc46f39f0f69380a26d7be7181789a465bd7fe1310115421ab994
|
|
| MD5 |
c560eb67db78e8ffc44704a4edf0767b
|
|
| BLAKE2b-256 |
1604296365ad9d3587542f996299a0c6037474545980816fd5412e76c7fdd073
|