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
What would you like to be added:
Option to select when the token expiration will be done
Why is this needed:
Seem that by default if timeout is 24hours, every day at 6am the token is been reset, since the pod is running in production, and the token is provide me connection to DB, during the token reset, we have short disconnection which I want to avoid during working time.
I want the option to select the time when the token expiration start to count from, and that way I will be able to do this.
Or otherwise, provide an kind of cronjob syntax to select when token is reset like 0 0 * * * or something like this.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Option to select when the token expiration will be done
Why is this needed:
Seem that by default if timeout is 24hours, every day at 6am the token is been reset, since the pod is running in production, and the token is provide me connection to DB, during the token reset, we have short disconnection which I want to avoid during working time.
I want the option to select the time when the token expiration start to count from, and that way I will be able to do this.
Or otherwise, provide an kind of cronjob syntax to select when token is reset like 0 0 * * * or something like this.
The text was updated successfully, but these errors were encountered: