Hello,
I'll try to address your questions as best I can. First, we need to
deal with every possible time zone in our system. Given this issue, we
store everything in UTC and convert it on the fly when we display it
to the user based on their preferences. This may make your scheduling
easier if you can schedule everything in UTC or some other System wide
agreed time zone.
In regards to your cluster, will your nodes share a single db instance
or not? If they share one you should be able to use Istateful to
limit the job to only 1 execution across all nodes (at least that's my
understanding, double check the doc). If not, quartz technically
doesn't support this. We're building a geograhically dispurse system,
so we get around this limitation by heartbeat communication and
realtime data partioning. We also have all triggers ignoring failed
executions. This way all nodes that are online when the job is
scheduled to fire will run and only process their segment of data.
Todd Nine
Senior Software Engineer
Spidertracks Ltd
> --
>
> You received this message because you are subscribed to the Google
> Groups "Quartz.NET" group.
> To post to this group, send email to
quar...@googlegroups.com.
> To unsubscribe from this group, send email to
quartznet+...@googlegroups.com
> .
> For more options, visit this group at
http://groups.google.com/group/quartznet?hl=en
> .
>
>