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

User configs webhook takes too long to run #207

Open
augustuswm opened this issue Jun 29, 2022 · 0 comments
Open

User configs webhook takes too long to run #207

augustuswm opened this issue Jun 29, 2022 · 0 comments
Labels
needs fix Currently functionality that is broken research Needs research to narrow down options

Comments

@augustuswm
Copy link
Contributor

Syncing users during in response to a change in users.toml exceeds that time limit allowed for a request. This causes the request to fail mid processing of the users map. There are a number of optimizations that can be made, but we need a failure large increase to get under the required time.

This may end up needing to be addressed by changing to an async job system. If it does seem that we want to defer this, then we will need to increase the frequency at which the sync runs.

@augustuswm augustuswm added needs fix Currently functionality that is broken research Needs research to narrow down options labels Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs fix Currently functionality that is broken research Needs research to narrow down options
Projects
None yet
Development

No branches or pull requests

1 participant