kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.89k stars 1.71k forks source link

Quartz and Graceful shutdown #217

Open Lobosque opened 3 years ago

Lobosque commented 3 years ago

Does the current implementation takes into account graceful shutdown of quartz? If a quartz job is stopped suddenly, specially outbox processing, it might loose a message.