Disallow multiple app instances
Opened this issue · 1 comments
yesod30 commented
At startup, we should check if there is an instance already running of the app, and shutdown if there is. This will avoid possible concurrency issue between two versions.
HenryQuan commented
This can be implemented using a Mutex, please see ApplicationGuard.