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
Currently the housekeeper runs as single instance, and syncs a lot of state from database to Redis. It also keeps some state around to not perform the expensive operations multiple times if not necessary.
The expensive operations are mostly
writing all validators from the beacon node to redis
writing all validator registrations from the database to redis
These are currently a redis command per entry, but could possibly be made batch requests.
The text was updated successfully, but these errors were encountered:
Ideally the housekeeper could run as cronjob.
Currently the housekeeper runs as single instance, and syncs a lot of state from database to Redis. It also keeps some state around to not perform the expensive operations multiple times if not necessary.
The expensive operations are mostly
These are currently a redis command per entry, but could possibly be made batch requests.
The text was updated successfully, but these errors were encountered: