Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core system
-
Labels:
-
Complexity:Intermediate
-
Number of attachments :
Description
When a project is building and an admin stop continuum, the actual build result is never marked as stopped.
A possible solution would be to planned a shutdown in the web interface via a form. With this action, all sheduler will be stopped and a message will be sent to the admin (page after the submit in the shutdown form). With this message, the admin will know that he can shutdown Continuum properly without non ended build process.
Issue Links
- relates to
-
CONTINUUM-2098
Provide a Web UI for database backup and restore
-
couldn't this be a shutdown hook? I would even think that the Disposable interface on the plexus components would work for this (which is implemented in the spring layer too now).