-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Hi guys,
i´m using winsw to put my jar running in 20 clients.
i created a self update using the restart function, which worked perfect for me, and in staging with 5 clients.
But every production update, 3-8 clients fail when restart the app, it doesn't close the old jar before start the new one.
I worked in an alternative solution for that, instead of restart, i killed all java process using windows commands, winsw start the jar if it is not running, well, again it worked for me and staging, it failed in 10 clients when i deployed it to production. it killed the process and did nothing, i needed to ask the clients to restart manually the services to work.
anyone had this problem, any idea for solution?