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
I just hopped on a call with an Enterprise customer 🔒 who noticed a bug while using suggest groups. Every single reflection became a discussion item, even though the ones that were already part of a group. See slack discussion 🔒 for screenshot
The text was updated successfully, but these errors were encountered:
I've been looking into this today. I haven't been able to reproduce it yet, but I can see that in handleCompletedStage we synchronously generate the groups with AI.
If the OpenAI call takes a long time and the user moves past the Group stage, it looks like we unlock all of the stages for the Discuss phase:
I suspect there could be a race condition. Perhaps we need to find a way of adding the side effects to a queue, and we don't unlock all stages until generate groups is complete 🤔
I just hopped on a call with an Enterprise customer 🔒 who noticed a bug while using suggest groups. Every single reflection became a discussion item, even though the ones that were already part of a group. See slack discussion 🔒 for screenshot
The text was updated successfully, but these errors were encountered: