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
Validator is currently storing logs in a Python Simple Cache which is not thread safe. Need to move to database, Redis, or Memcached (likely Redis) to properly store the info. For consistency in the current state, the validator is running on one thread.