Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3576

Re: Job Chain should run for every 2 hours even the previous jobs still active

$
0
0

The simplest solution that i can think of is;

Create the Redwood Script job:

 

{

JobDefinition jd = jcsSession.getJobDefinitionByName("ABCD");

Job j = jd.prepare();

jcsSession.persist();

}


Run this job every 2 hours.


Note that, ABCD should have a default queue defined and the default parameter values already defined.


thanks

Nanda


Viewing all articles
Browse latest Browse all 3576

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>