-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context: https://camunda.slack.com/archives/CUZUYDMMG/p1681988607037699
There are sometimes operations that happen within Optimize that are constantly repeated. These can be identified either in while loops or by periodic triggers in scheduled services.
It can happen that an exception being thrown in these loops causes the next loop to start right away. In the linked thread, this happened during a CI job running and the resulting logs were expensively polluted by the same logged message.
We should implement retries/backoffs in such a scenario so the same exception isn't just repeatedly attempted
This ticket was migrated to github: https://github.com/camunda/camunda-optimize/issues/10285. Please use this link for any future references and continue any discussion there.