Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not retry on 403 error #353

Closed
natefoo opened this issue Feb 20, 2024 · 0 comments · Fixed by #365
Closed

Do not retry on 403 error #353

natefoo opened this issue Feb 20, 2024 · 0 comments · Fixed by #365

Comments

@natefoo
Copy link
Member

natefoo commented Feb 20, 2024

When postprocessing, a 403 error typically means the job was cancelled by the user (except the strange case in #342). When this is the case, Pulsar keeps trying as per the retry settings, but the transfers will never succeed. It should probably just fail unconditionally in the event of a 403.

Alternatively, we could make configurable the error conditions to retry on, possibly with their own retry settings, for something like #298 where you might not want to retry as much, but maybe at least once or twice in case there's some filesystem caching weirdness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant