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

change timeout lifetime for databricks #232

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zaidkhider98
Copy link

What has been changed?
I have changed the lifetime seconds from 120 * 24 * 60 * 60 to -1 * 24 * 60 * 60

Why?
Before changing the lifetime, the pipeline would fail because the token would have expired since it would have exceeded the lifetime in seconds.

This lifetime_seconds was changed to -1 * 24 * 60 * 60, this amount would equal -86,400 seconds, so that the token doesn't have the same issues of expiring. Since the token doesn't expire, the pipeline would not fail because of authentication issues.

@adurkan-amido
Copy link
Contributor

@russellseymour do we want to review this, think it's worthwhile?

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

Successfully merging this pull request may close these issues.

2 participants