Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add true server startup/shutdown scripts #3217

Open
rbeckman-nextgen opened this issue May 11, 2020 · 0 comments
Open

Add true server startup/shutdown scripts #3217

rbeckman-nextgen opened this issue May 11, 2020 · 0 comments

Comments

@rbeckman-nextgen
Copy link
Collaborator

First, the name of the Shutdown script is confusing and misleading. Since it is run when a channel is undeployed (not when MC is shut down), it should be renamed to the "Undeploy" script. In addition to being a better descriptor, it would also indicate that it's essentially the complement to the Deploy script.

Next, in addition to the four global scripts that we now currently have, we should also have true server startup and shutdown scripts. The "Server Startup" script would be the first script called when the server starts up (and therefore before any Deploy scripts). Likewise, the "Server Shutdown" script would be the last script called before the server shuts down.

This would make any necessary cleanup much easier, as one wouldn't have to add code in a shutdown script to make sure that there are no other channels still deployed.

Imported Issue. Original Details:
Jira Issue Key: MIRTH-3312
Reporter: ericb
Created: 2014-06-02T16:28:57.000-0700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant