influxdb/influxdb3_wal
Trevor Hilton c7854363c4
chore: back-port changes to shutdown code from enterprise (#26206)
* refactor: make ShutdownManager Clone

ShutdownManager can be clone since its underlying types from tokio are
all shareable via clone.

* refactor: make ShutdownToken not Clone

Alters the API so that the ShutdownToken is not cloneable. This will help
ensure that the Drop implementation is invoked from the correct place.
2025-04-01 11:32:23 -04:00
..
src chore: back-port changes to shutdown code from enterprise (#26206) 2025-04-01 11:32:23 -04:00
Cargo.toml feat: handle graceful shutdown (#26197) 2025-03-31 09:58:40 -04:00