epoch-slots may be overwritten before they are written to crds table: https://github.com/solana-labs/solana/issues/17711 This commit writes new epoch-slots to crds table synchronously with push_epoch_slots. The functions is still not thread-safe as commented in the code, however currently only one threads is invoking this code.