Hacker News new | ask | show | jobs
by bobbywilson0 5383 days ago
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. I have been looking at crontabs for years and every time I have to second guess myself.

This seems like a service that I would never want any downtime with, how do you manage that?

1 comments

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!

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)