Mattias Wadman
Mattias Wadman
Aha sorry not sure how i missed this was during exit, assumed it was about restarting on change. Yeah somethinh like your PR would make sense i guess, send signal...
I haven't done exactly this but i've used various tricks with sleep with various success. Maybe something like this: ``` { daemon: echo build ; exec sleep 30 } ```...
Maybe there is some better way of passing around maxRestartDelay?
`--maxrestart` might be confusing name, could `--maxrestartdelay` be better but a bit long? Maybe it would make sense if the option is per daemon instead but not sure about syntax,...
@cortesi let me if you think it should be done in different way
@pavel-kolesnikov hello! yes could be an option, then it would configure it for all daemons in that block? i've thought about having the option per daemon which is nice as...
Nice summary. Opt 2 would also follow how +sigterm etc works now
Can be reproduced with: ``` { prep: python -c "import pdb; pdb.set_trace()" } ``` I would guess this might be because stdin isn't an interactive tty for the python process....
Ah i was a bit unclear. I just noticed that if i run the command without modd i get a prompt: ```sh $ python -c "import pdb; pdb.set_trace()" --Return-- >...
Hi! That would would be useful. Any ideas how it could work? configure a download directory on command line, use a special option, method (POST?) or endpoint to trigger local...