sapling/eden/mononoke/cmds/blobstore_healer
Simon Farnsworth 81e65f5bcc Fully asyncify the blobstore healer
Summary:
As part of modernising MultiplexedBlobstore, I want to fully asyncify the blobstore_sync_queue; that means I need this fully asyncified.

Fully asyncify everything but the bits that interact with blobstore_sync_queue; those have to wait for MultiplexedBlobstore to be asyncified

End goal is to reduce the number of healer overloads, by adding a mode of operation in which writes (e.g. from backfills or derived data) can avoid a sync queue write when all blobstores are working

Reviewed By: StanislavGlebik

Differential Revision: D22460059

fbshipit-source-id: 5792c4a8daf17ffe99a04d792792f568c40fde37
2020-07-11 05:41:36 -07:00
..
healer Fully asyncify the blobstore healer 2020-07-11 05:41:36 -07:00
dummy.rs Make BlobstoreSyncQueue use new futures 2020-07-10 06:43:13 -07:00
healer.rs Fully asyncify the blobstore healer 2020-07-11 05:41:36 -07:00
main.rs Fully asyncify the blobstore healer 2020-07-11 05:41:36 -07:00