mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
0b35929211
Right now we only support running one reconciliation per safekeeper. This is of course usually way below of what a safekeeper can do. Therefore, introduce a semaphore and spawn the tasks asynchronously as they come in. Part of #11670