-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Atlas Streams
-
Fully Compatible
-
Sprint 45
Recently we marked an Unauthorized error as non-retryable.
However, if the create and start of the processor succeeds, and then later an auth error is encountered, we do want to retry.
The service logic is already setup to only retry if the first start succeeds.. so we just need to remove the non-retryable error from the engine side.