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 cacche a lot of id's in python to ensure we don't duplicate and provide autocomplete. We should either remove entirely (rely on db) or use a dedicated cache service (redis). This would also result in 100-200 mb less in max ram usage per process
We cacche a lot of id's in python to ensure we don't duplicate and provide autocomplete. We should either remove entirely (rely on db) or use a dedicated cache service (redis). This would also result in 100-200 mb less in max ram usage per process