Version 1.24 released on April 26, 2009

This release introduces the concept of tokens. A token is a new kind of dependency. If a job depends on a token, it must acquire a free token before it can run, or wait for another job to release a token after completion. Since there is a finite set of tokens, you can use tokens to prevent too many jobs from running at the same time.

For example, if there are 20 jobs that rely on token T, but only 5 instances of the token, only a maximum of 5 of those jobs may run at the same time.

This release also formalizes the way Families with foreign time zones are handled. This allows you to 'time shift' your family, essentially allowing your family to run for 24 hours in a later timezone. This shifts the end of day towads the end of the family's running time.

You need the Flash plugin.

Download Macromedia Flash Player

1.24 2009-04-26
1.23 2009-03-24
1.22 2009-03-23
1.21 2009-03-12
1.20 2009-03-10
1.24 2009-04-26
1.23 2009-03-24
1.22 2009-03-23
1.21 2009-03-12
1.20 2009-03-10
Features Coming Soon
Calendars
Define arbitrary run-day calendars to give you more flexibility on when certain jobs may run.
Multiple Hosts
Specify which host on a network a job should run on, and what userid it should run as.