How to set the AppScheduler misfire_grace_time parameter in stackstorm ? #5824
Replies: 4 comments 1 reply
|
Here are the details of the technical environnement: StackStorm Version |
|
For now, just scheduling the task at a different time has solved the issue. this is clearly related to some VM-Host load. |
|
HI Team I am also facing this issue . Here are my environment details st2 3.7.0, on Python 3.6.9 |
Uh oh!
There was an error while loading. Please reload this page.
On one stackstorm installation I've got missing CronTimer events.
In the log I get these kind of entries:
stackstorm st2timersengine[27662]: 2022-11-27 20:45:02,381 WARNING [-] Run time of job "St2Timer._emit_trigger_instance (trigger: cron[hour='20', minute='45'], next run at: 2022-11-28 20:45:00 UTC)" was missed by 0:00:02.381851After a little Googling, I think I need to set the misfire_grace_time parameter of the AppScheduler component used by Stackstorm.
Howerver I see no such option in the timersengine section of st2.conf, nor in the rule definition for the core.st2.CronTimer trigger.
Can someone point me to the correct way to set this parameter ?
All reactions