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

[Enhancement] Increase timeout for ECS share handling tasks / make it configurable #1742

Open
TejasRGitHub opened this issue Dec 13, 2024 · 0 comments

Comments

@TejasRGitHub
Copy link
Contributor

Is your idea related to a problem? Please describe.
With the introduction of db names with just _shared in them ( like <db_name>_shared ) , it is likely that one particular db is supporting a lot of shares.

When a user is approving and revoking, lot of shares at a time, then this might lead to a lot of shares to keep on polling on the resource locks to acquire all the datasets where the db name is used ( #1706 ) . Due to this, the 10 mins timeout to acquire locks becomes less than required. Thus, in order to make all shares process , increase the timeout to maybe 30 mins or so, More importantly make the timeout configurable.

Good to have - If a share process is taking more than 20 mins to process, send an email to owners and requesters informing that the share processing is taking more than usual time to process

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

No branches or pull requests

1 participant