- 🇸🇰Slovakia kaszarobert
After merging 🐛 Transition does not happen accurately when lightning_scheduler_cron() runs each minute Fixed I cannot reproduce the issue anymore, so I'll close this.
Hi Team,
We are facing an issue with Workflow scheduling. I have tested the issue on New as well as my current project and issue seems to be the same.
Here is the case.
The case when multiple schedules are added, schedular works, but a little differently.
# Suppose you schedule 2 transitions, at 17:40 and another at 17:50
# When you run cron at 17:40, the transition does not takes place.
# When you run cron at 17:41, the transition does takes place.
# Similarly, it goes for other Schedule.
However, If we schedule only 1 transition, at 17:40, and run the cron, as soon as clock hits 17:40, we run cron, the schedular is fired, and we not have to wait for the clock to change to 17:41.
I am not sure, if this is some config issue, or something which is expected.
Happy to provide more info.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
After merging 🐛 Transition does not happen accurately when lightning_scheduler_cron() runs each minute Fixed I cannot reproduce the issue anymore, so I'll close this.