agronholm / apscheduler

Task scheduling library for Python
MIT License
5.98k stars 694 forks source link

Support list-separator cron expressions #866

Closed CollinHeist closed 5 months ago

CollinHeist commented 5 months ago

Things to check first

Feature description

Support for list-separated values in cron expressions, for example:

0 0-2/6,10-23/6 * * *

From reading the docs it is not clear that these type of expressions are not supported.

Use case

Any instance where the task would benefit from more complex scheduling.