Imbi Scheduler
Triggers remote execution on a schedule. The scheduler fires cron, interval,
calendar, and one-shot triggers, then makes a single HTTP request per run — to
imbi-api as a named principal, or to imbi-gateway as a webhook delivery. It
does not execute the work itself; it triggers whichever service owns it.
Task definitions and trigger state live in the scheduler Postgres schema; run
history lives in ClickHouse (imbi.scheduler_runs).
Developer Quickstart
This project uses uv for project management and moon as its task runner. Install moon before you can contribute changes.
moon run root:setup
Run moon query tasks for the available commands.
Code Formatting
This project uses automated formatting tools that are the sole authority on code style:
- Ruff for Python code (formatting and linting)
- Tombi for TOML files
- Pre-commit hooks to run formatters automatically on commit
Do not manually format code. Instead, use:
uv run pre-commit run --all-files # Format all files
uv run pre-commit run --files src/app.py # Format a specific file
moon run scheduler:lint scheduler:typecheck scheduler:format # Check for lint errors
The formatters use complex, nuanced rules (line length, quote style, etc.) that are configured in pyproject.toml and .pre-commit-config.yaml. See AGENTS.md for complete details.
Release files for imbi-scheduler 2.35.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imbi_scheduler-2.35.0.tar.gz | 82.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imbi_scheduler-2.35.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 143.3 kB
Release files / imbi_scheduler-2.35.0.tar.gz
| Download URL | imbi_scheduler-2.35.0.tar.gz |
|---|---|
| Size | 82.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c6faedd97613e7605426648a46cad44b7dab6203da2de870ee3b6d800d18bbe5
|
|
BLAKE2b-256 checksum How to use checksums |
259955a34271b5ff9c42b733be5a9bd73d5b7c33bec822d4a75ff1ee3fe713c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.
Transparency logRelease files / imbi_scheduler-2.35.0-py3-none-any.whl
| Download URL | imbi_scheduler-2.35.0-py3-none-any.whl |
|---|---|
| Size | 60.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
187213fbc31001dc46b7c25b4d5c023f8018c3968504438d1a3b3bf5945116d0
|
|
BLAKE2b-256 checksum How to use checksums |
1a8fb950fce7e67b916ef4bc59ba3a54470e3ed2664aebc5495d8d4ea0ca0f69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.
Transparency log