| 02:33:20 | | Terbium quits [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] |
| 02:33:52 | | Terbium joins |
| 03:14:50 | | woans (WOANS) joins |
| 03:51:56 | | saumon quits [Ping timeout: 252 seconds] |
| 03:52:12 | | saumon (saumon) joins |
| 04:32:52 | | Dango360_ (Dango360) joins |
| 04:35:23 | | Meli quits [Ping timeout: 252 seconds] |
| 04:35:23 | | Dango360 quits [Ping timeout: 252 seconds] |
| 04:36:18 | | Meli (Meli) joins |
| 04:39:48 | | TastyWiener95 quits [Ping timeout: 252 seconds] |
| 05:39:12 | | woans quits [Ping timeout: 252 seconds] |
| 06:07:03 | | Minkafighter quits [Client Quit] |
| 06:07:59 | | Minkafighter joins |
| 08:19:33 | | brecheche joins |
| 08:53:53 | | fuzzy8021 quits [Read error: Connection reset by peer] |
| 08:55:52 | | fuzzy8021 (fuzzy8021) joins |
| 12:02:40 | | jacksonchen666 (jacksonchen666) joins |
| 12:04:10 | <jacksonchen666> | is sending a SIGINT to the docker container the proper way to gracefully shutdown the warrior docker container? doesn't seem so graceful |
| 12:29:25 | <masterX244> | when it finishes the current jobs and doesn't request new ones its the correct way |
| 12:45:15 | | Chris5010 quits [Quit: ] |
| 13:01:45 | | Chris5010 (Chris5010) joins |
| 13:15:55 | | jacksonchen666 quits [Client Quit] |
| 13:31:05 | | Ryz quits [Ping timeout: 252 seconds] |
| 13:40:49 | | Ryz (Ryz) joins |
| 13:58:36 | | Chris5010 quits [Ping timeout: 252 seconds] |
| 14:13:26 | | woans (WOANS) joins |
| 14:21:46 | | brecheche quits [Client Quit] |
| 14:25:15 | | woans quits [Client Quit] |
| 14:38:28 | | Chris5010 (Chris5010) joins |
| 16:32:52 | <@JAA> | That or `touch STOP` inside the container in the right place (exact same behaviour as on a SIGINT). Note that `docker stop` (SIGINT is the default signal for our images) will kill the container with a SIGKILL if it didn't exit within some timeout (10 seconds I think?), which makes it non-graceful by default. |
| 16:33:27 | <@JAA> | And of course `touch STOP` wouldn't prevent an automatic restart if you used that option on container creation. |
| 17:38:40 | <andrew> | You want docker stop -t999 or something |
| 17:53:04 | <Maakuth|m> | You can also send a HTTP POST request to http://your-warrior/api/stop |
| 17:53:15 | <Maakuth|m> | That's what the shut down button in the UI does |
| 18:05:22 | <TheTechRobo> | Maakuth|m: Does that work in the project-specific images that have the webui disabled? |
| 18:11:24 | <@JAA> | No |
| 22:59:14 | | TheTechRobo quits [Read error: Connection reset by peer] |
| 23:01:13 | | TheTechRobo (TheTechRobo) joins |
| 23:17:15 | | TastyWiener95 (TastyWiener95) joins |
| 23:54:36 | | TastyWiener95 quits [Client Quit] |