Created shutdown function and replaced all panic calls with call to shutdown...
requested to merge 320-create-a-shutdown-function-and-change-all-panics-to-graceful-shutdown into develop
Description
- Created new shutdown function that sends a signal to the ShutdownChan and replaced all panic calls with calls to the shutdown function.
Checklist
-
I have update updated the @version
string in main.go. See https://semver.org/ -
I have update CHANGELOG.md with a short description of changes. -
I have run swag init
to update the swagger docs.
Closes #320