Spicer
August 24, 2023, 3:11am
1
When I deploy a new version of my application it restarts the app with the old version, then a bit later it pulls in the newest image and restarts. So every deploy has a double restart.
Take a look at the gist below of the logs.
Any idea’s what is calling this?
Thanks!
gistfile1.txt
2023-08-24T02:59:13.248 runner[17811113c4de18] ewr [info] Pulling container image registry.fly.io/alpaca-algo:deployment-01H8JQAK7EBE3AEM9M26Y1JXS8
2023-08-24T02:59:13.394 runner[17811113c4de18] ewr [info] Successfully prepared image registry.fly.io/alpaca-algo:deployment-01H8JQAK7EBE3AEM9M26Y1JXS8 (145.82833ms)
2023-08-24T02:59:13.659 runner[17811113c4de18] ewr [info] Configuring firecracker
2023-08-24T02:59:13.689 app[17811113c4de18] ewr [info] INFO Sending signal SIGINT to main child process w/ PID 255
2023-08-24T02:59:14.282 app[17811113c4de18] ewr [info] INFO Main child exited with signal (with signal 'SIGINT', core dumped? false)
This file has been truncated. show original
system
Closed
August 31, 2023, 3:12am
2
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.