Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Terence YimTerence YimReporter
Poorna ChandraPoorna ChandraAffects versions
Components
Priority
Major
Details
Details
Assignee
Terence Yim
Terence YimReporter
Poorna Chandra
Poorna ChandraAffects versions
Components
Priority
Created March 25, 2019 at 9:30 PM
Updated December 7, 2020 at 6:47 PM
I have a pipeline scheduled to run every minute with a max concurrent runs of 1. Each run of the pipeline takes about 5-6 minutes.
Due to the max concurrent runs constraint, I expect to see only one active run of the pipeline at any given point of time. However, the pipeline gets executed multiple times concurrently. I have attached the app fabric logs that show this behavior.
The issue is likely due to a race condition between the check for active runs and the starting of the program.