castle scheduler - cluster

Posted by cvista on Stack Overflow See other posts from Stack Overflow or by cvista
Published on 2010-06-05T17:33:43Z Indexed on 2010/06/10 9:02 UTC
Read the original article Hit count: 319

Hi

We're using the castle scheduler component: http://using.castleproject.org/display/Comp/Castle.Components.Scheduler?showChildren=false

I have a wcf service which creates the tasks and that does it's job fine.

I then have a console app running (will be a windows service eventually) which should then keep an eye out for tasks to run.

Thing is the each create their own scheduler in the DB but they both have the same clusterid.

Should the console app be able to run the tasks created by the wcf service? If not - how can i make it do that?

Cheers

w://

© Stack Overflow or respective owner

Related posts about castle-windsor

Related posts about scheduled-tasks