fshehadeh commented on issue #53713: URL: https://github.com/apache/airflow/issues/53713#issuecomment-3374661761
> Oh I wonder if this is caused because the token has expired by the time task starts up, so it never has a valid unexpired token in order to refresh it. > > That would track with the behavior you have described. I think you are right. We ran into a similar issue, as in https://github.com/apache/airflow/issues/56444 .. the tasks were queued for too long (not enough children were spawned for them, because of a limitation in the parallelism logic). When the tasks eventually got to start, they would call the API to mark themselves as started, only to get a 403 error because the JWT token has expired. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
