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
Provide descriptive names for asyncio.Task (#5727)
Reflex internally spawns async tasks for background event processing, emitting
websocket data, lifespan, telementry, and resolving async computed vars. Now
these tasks all have descriptive names that include the event being processed,
the token, and a timestamp of when the task started. This extra information in
the task name allows users to better identify where potentially problems in the
app are hiding.
0 commit comments