Stackstorm supported cron expressions #5366
Replies: 2 comments 4 replies
-
Also i was going through the code, and got to know that APScheduler is being used for cron. I wanted to understand a reason why Stackstorm doesn't support everything that APScheduler's cron class supports. In the crontimer I could see that Is there any other way to achieve this? |
Beta Was this translation helpful? Give feedback.
-
The documentation we currently have is here: https://docs.stackstorm.com/rules.html#core-st2-crontimer with some examples and formats explained. Per https://github.com/StackStorm/st2/blob/master/st2reactor/requirements.txt#L8 looks like we rely on the current latest |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have been going through stackstorm documentation and I wasn't able to get a proper document detailing which cron expressions are supported by stackstorm. I tried to create a couple of expressions that included '#' but they did not work. Please share a document detailing the list of supported expressions and is there a way to achieve the complete functionality of cron expression if a few of them are not supported.
Beta Was this translation helpful? Give feedback.
All reactions