Advanced usage¶
This section documents advanced usage patterns.
Guide map¶
With Celery — keep schedium for planning and dispatch due work to Celery workers.
Timezones — recommendations for UTC-aware scheduling and DST caveats.
Handling exceptions in jobs — failure behavior, retry semantics, and cancellation helpers.
Threading schedulers — run jobs concurrently with thread pools/queues.
When to use this section¶
Use these guides if you need one or more of the following:
integration with external execution systems,
predictable behavior across timezones and DST,
explicit error-handling strategies,
concurrent execution while preserving trigger semantics.