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 can now switch the pool for project configs to an async pool and client and instead of a lot of spawn_blocking calls in an async context we can just use the async client instead.
The text was updated successfully, but these errors were encountered:
Follow-up after: #3829
We can now switch the pool for project configs to an async pool and client and instead of a lot of
spawn_blocking
calls in an async context we can just use the async client instead.The text was updated successfully, but these errors were encountered: