Products | Versions |
---|---|
Spotfire Server | All |
If a failed schedule update has reloadFrequency lesser than the combined time it takes for the job to retry all the failures defined in the configuration, then this schedule update does not recover from the failure. Even if the initial issue gets resolved, the schedule update would run successfully only for one of the first In_Progress jobs but no new jobs are triggered.
Spotfire.Dxp.Web.Library.ScheduledUpdates;"The update event for *** with JobDefinitionId=***, JobInstanceId=*** will not be performed due to an update is already in progress."
<stop-updates-after-repeated-fail> <enabled>true</enabled> <fails-before-stop>3</fails-before-stop> <stop-only-when-cached>false</stop-only-when-cached> <always-retry-when-scheduled>true</always-retry-when-scheduled> </stop-updates-after-repeated-fail>So when a job fails the first load, it then retries 3 times which takes more than a minute, so in the meantime, a new job is added to the queue, and so on and so forth. TSS/WP might not be able to keep track of all these jobs.