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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: