Thomas Orozco
Thomas Orozco
@cgons yes, with the minor caveat that I think `@start` would be a simpler / appropriate name for the event. We'll want to make sure to document that this is...
@cgons sure, that's fine :+1:
I think you should instead create a separate interface that wraps the existing cron expression interface, because you're also going to need a `IsDone` method or some such to represent...
@andyshinn Sure; here you go: ``` 1 router (192.168.1.1) 1.878 ms 1.286 ms 1.830 ms 2 80.10.236.89 (80.10.236.89) 20.998 ms 6.898 ms 7.283 ms 3 ae113-0.ncidf104.paris.francetelecom.net (193.249.212.38) 6.109 ms 6.668...
At a glance, this doesn't seem _wrong_ (at least to me), but curious if something's wrong with that `185.31.17.249` POP. I'll try and see if I can hit one of...
All right, so there's definitely something (very) off with that POP. If I hit 199.27.76.249 instead, which is advertised to my EC2 instance in us-east-1 and supposedly located in SF,...
Route to that (faster) POP is: ``` traceroute to alpine.gliderlabs.com (199.27.76.249), 64 hops max, 72 byte packets 1 router (192.168.1.1) 2.967 ms 1.277 ms 1.576 ms 2 80.10.236.89 (80.10.236.89) 7.101...
This is certainly possible, and should be fairly to implement by adding a flag to use a logging formatter that injects a prefix (might be worth having a `format` option...
It probably would not be super valuable as an init system for a full system. Tini is more useful for single process container in use cases. On Wed, 4 Sep...
Try using process group mode (-g) Without this flag tini doesn’t signal anything besides its first child. You’d have to make sure your children are all in the same process...