For me it's easiest to think of clustering as if they are all basically
independent instances that share one job store. Any instance can run any job
that is fired at any time, but Quartz.Net doesn't let the same job fire
twice on different servers.
Regarding updates, it depends what changes you made to your libraries.
Safest would be to turn them all off, update them and start them up, but if
you can't do that you'll have to think through what might happen if, for
example, you created a new type of job and a server that hasn't been updated
tries to execute a job type that it doesn't have yet. You'll have to
consider exactly what changed to determine if it's safe to do incremental
updates.
--
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.