Hi All, It appears that Flyte categorizes HTTP 40...
# ask-the-community
r
Hi All, It appears that Flyte categorizes HTTP 403 FORBIDDEN error as a Downstream System Failure and applies the Downstream System Retry process ➡️ This can lead to pretty bad user experience in some cases. For all the details, see https://github.com/flyteorg/flyte/issues/4880 Can you please advise how to work around/fix this?
k
Are you using the agent or backend web api plugin?
h
I agree with you, 403 should be treated as a terminal error and not retried... Can you elaborate on which plugin are you running Databricks with?
r
@Ketan (kumare3) @Haytham Abuelfutuh I'm using the backend web api plugin.
h
We are replacing this with an updated (and very importantly, locally testable) plugin model called Agents. Added notes on where the fix should be: https://github.com/flyteorg/flyte/issues/4880#issuecomment-1946683338