Srikanth Viswanathan

Results 8 comments of Srikanth Viswanathan

The only visible side effect of this change is that you'll now see this line every 5 minutes if the `logviewers` znode doesn't exist (as would be the case if,...

@JessicaLHartog Thanks for the review. I've pushed changes that address your comments. P.S.: I had originally added spaces around lines of code to add visual separation for readability. I've since...

It appears chronos supports a callback URL to be notified of job failures. https://github.com/mesos/chronos/pull/518/files I am not sure about long-running jobs, however. Perhaps you can build your own tool by...

We faced the same issue. You can try to keep the list of tasks small by periodically cleaning up tasks that will never run anymore. On Fri, May 4, 2018...

+1 This would have saved me a lot of time

@sarathsreedharan Thanks. `nosetests` does actually run the tests. Not all tests pass, however. Should we keep this issue open to track that? The original reason I entered this ticket was...

Haven't had time to work on these yet. I hope to do a couple next week.