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

[BUG] Checking max workflow check before checking if index exists #174

Closed
amitgalitz opened this issue Nov 17, 2023 · 0 comments · Fixed by #178
Closed

[BUG] Checking max workflow check before checking if index exists #174

amitgalitz opened this issue Nov 17, 2023 · 0 comments · Fixed by #178
Assignees
Labels
bug Something isn't working

Comments

@amitgalitz
Copy link
Member

What is the bug?

We currently can't create a workflow if there is no global context index available, this is due to the fact that we are checking for the total workflows in the index in order to enable our throttling but we don't check if the index exists first

Solution

We should check if the index exists before checking the number of workflows we currently have

@amitgalitz amitgalitz added bug Something isn't working untriaged labels Nov 17, 2023
@amitgalitz amitgalitz changed the title [BUG] Failing on creating workflow cause max workflow check before checking if index exists [BUG] Checking max workflow check before checking if index exists Nov 17, 2023
@amitgalitz amitgalitz self-assigned this Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant