Peter Kieltyka

Results 138 comments of Peter Kieltyka

Thanks :)

good ideas, but we need to make sure that the semantics are consistent and clear. For a "command" we now accept: - desc - run - script - local -...

Yes exactly. It would be similar to what other databases do when they `fsync`. For example mongo uses memory mapped files and will sync the data changes to disk on...

might need a `BatchWrite` interface that some stores could have, and the coalescer would test the interface upgrade (http://avtok.com/2014/11/05/interface-upgrades.html) on the fly to see if its supported, then skips the...

I kind of like it.. I was thinking the same thing recently. It would take a little bit of work, but not that much since "commands" is its own field,...

I don't think its a rush, but we can leave the ticket open for future ideas. To prevent the loop, we could check that when we build the command tree...

agreed on replying only on POSIX commands

yea.. you can definitely expect any POSIX OS to have /bin/sh

@VojtechVitek @solher I believe we set a $SUP_NETWORK env var.. you could check that and exit if $SUP_NETWORK isn't "dev" .. right in your command. I believe its the best...

Yes. Can you find out if statsd can report the kind of value..? ie. A gauge value for a when we are tracking the "time" it takes to process something...