Concurency doesn't cancel runs and recoverMissedSchedules:NONE doesn't skip triggers #7429
Labels
area/backend
Needs backend code changes
area/frontend
Needs frontend code changes
bug
Something isn't working
Describe the issue
I have created a flow that executes 1 minute and trigger that run this job every 20 seconds.
I added concurrency limit = 1 and recoverMissedSchedules: NONE so I expect, that missed runs will be skipped, but in API I see, that it uses old triggers and don't see any canceled executions
output from API button - execution created at 08:29:31, but trigger is "date": "2025-02-17T08:25:40Z"
Environment
The text was updated successfully, but these errors were encountered: