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 have an idea to speed up the storage restoration process. Instead of storing the error fingerprint in the thread title, we could create a dedicated thread and use a text message or blob to store a mapping between the fingerprint and thread ID.
Each message can hold up to 2,000 characters, which should provide ample space for storing the mappings. On startup, we can parse these messages and load the mappings directly into our GenServer.
The text was updated successfully, but these errors were encountered:
I have an idea to speed up the storage restoration process. Instead of storing the error fingerprint in the thread title, we could create a dedicated thread and use a text message or blob to store a mapping between the fingerprint and thread ID.
Each message can hold up to 2,000 characters, which should provide ample space for storing the mappings. On startup, we can parse these messages and load the mappings directly into our GenServer.
The text was updated successfully, but these errors were encountered: