Live data from Hacker News

Show HN: Proby - Task monitoring made simple

probyapp.com

11–19 of 19 posts

Re: Show HN: Proby - Task monitoring made simple

#14

Hello HN. We were occasionally running into issues where our scheduled tasks would not start when expected. There were many reasons for this (environment changes, lock files not being cleaned up properly, etc). So, we created a simple application to monitor our scheduled tasks, and notify us if they didn't start or finish when expected. Now we're notified immediately (via email or SMS) when a scheduled task isn't kic…

Ultimately for me, this would replace logs and email notification that are supported pretty well out of the box with cron. It is nice to have multiple scheduled tasks consolidated with a dashboard style interface. I am confused with the selecting a timezone but all of the times being represented in UTC? Also the representation of the cron schedule (7 * * * *) which I think could be represented in a more intuitive way…

The time zone setting for the task is used to determine when Proby should be expecting a notification from that task. We're still thinking of the best way to display the times on the dashboard. Listing all of the tasks in the same time zone makes them easily sortable based on the last execution time (we could still support this sort order while displaying the tasks in their configured time zone...but it may be more confusing if each time was in a different time zone). We've also thought about listing all of the tasks in the user's time zone. Jury's still out on this.

Representing the cron schedule in some other format is also feedback we have received before. I just haven't found a way to cleanly and concisely display the schedule in a format other than the cron format.

Regarding the downtime...we don't manage that right now. We're running on a single VPS. The goal of the beta is to determine if there is enough interest (and potential financial support) to deploy Proby to a more robust and fault tolerant setup.

Thanks for the feedback!

Re: Show HN: Proby - Task monitoring made simple

#15
post #5

It looks pretty nice ... and adding the start and finish notifications doesn't seem too hard. But it seems to me that if Doug really meant what he said below, he would have got up, walked down the hallway and given John a real pat on the back ;)

heh, well, that's a bit harder /c most of our team is remote, but you're right. John, you get a cookie on Friday!

Cool! ... I too sit in my home-office and often think about how much of my day was spent in worthless activity at the office. Sounds like you guys have a great company culture ... I had to quit that job to become enlightened.

Re: Show HN: Proby - Task monitoring made simple

#16
post #9

Very nice, but one suggestion, the 'dashboard' view might benefit from showing a sequence of graphics that show either the status of the last x number of runs: X X X ok ok ok X ok obviously color-coded to stand out, or at a minimum show the time elapsed since last successful run. This way provides a real at-a-glance way to see one or more broken tasks.

Good suggestion, thanks!

Re: Show HN: Proby - Task monitoring made simple

#17

Earlier quoted context omitted.

Ultimately for me, this would replace logs and email notification that are supported pretty well out of the box with cron. It is nice to have multiple scheduled tasks consolidated with a dashboard style interface. I am confused with the selecting a timezone but all of the times being represented in UTC? Also the representation of the cron schedule (7 * * * *) which I think could be represented in a more intuitive way…

The time zone setting for the task is used to determine when Proby should be expecting a notification from that task. We're still thinking of the best way to display the times on the dashboard. Listing all of the tasks in the same time zone makes them easily sortable based on the last execution time (we could still support this sort order while displaying the tasks in their configured time zone...but it may be more c…

totally agree on the cron format. we could take a look at cronwtf as a cron to english translator. (http://cronwtf.github.com/ and https://github.com/technoweenie/cronwtf)
Post reply on HN