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
Big queries like "Which countries took part in WW2?", "All States in the USA" And queries with a lot of boundaries to load are currently quite bottlenecked by the fact that we have not set up Workers with Heruko. But compared to before the Json Update for the Assistant It takes significantly less time to get a response back (If it goes through as Heruko has a limit of 30 seconds of waiting before it closes the process) Small queries can take as little time as a few seconds now.
Potential fixes
Implement workers to use in the Heroku Dyno
Change Hosting provider to someone with a beefier server. (AWS, Google Clour Run even fly.io)
Now it takes ... (45-60 sec) to run the ChatGPT text to map. What do you think about the performance?
The text was updated successfully, but these errors were encountered: