solstice-ci/crates/common/src
Till Wegmueller bddd36b16f
Add cooperative shutdown support for Scheduler and AMQP consumer
This commit updates the `Scheduler` to support cooperative shutdown using `Notify`, allowing graceful termination of tasks and cleanup of placeholder VMs. Additionally, the AMQP consumer is enhanced with an explicit shutdown mechanism, ensuring proper resource cleanup, including closing channels and connections.
2025-10-26 21:13:56 +01:00
..
job.rs Initial Commit 2025-10-25 20:01:08 +02:00
lib.rs Add configurable placeholder VM runtime and graceful shutdown logic 2025-10-26 19:06:32 +01:00
messages.rs Initial Commit 2025-10-25 20:01:08 +02:00
mq.rs Add cooperative shutdown support for Scheduler and AMQP consumer 2025-10-26 21:13:56 +01:00
telemetry.rs Initial Commit 2025-10-25 20:01:08 +02:00