-
Notifications
You must be signed in to change notification settings - Fork 8
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
HERE pull token_expired
error
#1073
Comments
Duplicate of #204 I should have added more info in that issue :| |
gabrielwol
added a commit
that referenced
this issue
Sep 17, 2024
gabrielwol
added a commit
that referenced
this issue
Sep 17, 2024
gabrielwol
added a commit
that referenced
this issue
Sep 17, 2024
…r to add retry on access_token while maintaining request_id.
gabrielwol
added a commit
that referenced
this issue
Sep 17, 2024
gabrielwol
added a commit
that referenced
this issue
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
pull_here
andpull_here_path
taskget_download_link
runs for more than an hour (example: DAG run 2024-09-13, 17:00:00 EDT), the token for the pull expires and subsequent retries on this task fail immediately withtoken_expired
error. We could fail immediately in this case or retry from beginning of DAG.The text was updated successfully, but these errors were encountered: