Background
Currently, the autopilot follower will update its caches in a loop, continuously trying to acquire the leader lock. This allows for zero downtime updates.
Details
The run loop is supposed to be synchronized with the chain's block production. Move the leader stuff around such that both follower and leader fully build an auction but only the leader writes it to the DB.
Acceptance criteria