Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.14.2, 3.16.0
-
None
-
Unknown
Description
Within method DefaultMainShutdownStrategy#handleHangup() there is a fixed additional 5 seconds timeout value to allow camel to shutdown gracefully (see attached screenshot). In my usage of camel this 5 seconds aren't enough (I need in some cases e.g. 30 seconds), otherwise my application cannot shutdown gracefully. This additional timeout value should be made in some way configurable (at least with a setter, constructor, better with a command line option for org.apache.camel.spring.Main)!
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-15343 camel-main - Graceful shutdown from ctrl + c SIGTERM is not working correctly
- Resolved