You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: