Unanswered posts

#1 2011-10-10 20:38:13

jijli
Member
Registered: 2011-04-20
Posts: 65

Run talend jobs in a queue

I have a talend job to update database.
This job can be called by web application.
But I want it to run the talend job asynchronously.
That means if one talend job is running, the other call comming will wait until the first job is done.
I would like to put all requests in a queue.

Anyone has any suggestion on how to do this?


Thanks.

Offline

#2 2011-10-11 03:24:31

vgalopin
Talend team
Registered: 2009-04-15
Posts: 440
Website

Re: Run talend jobs in a queue

Hi Jijli,

You can use an execution plan for that! With an execution plan in the Talend Administration Center, you can set up a list of tasks and dependencies between them.

Look into your Administration Center User Guide for more info!


Vincent Galopin
US Pre-Sales Consultant
Talend US

Offline

#3 2011-10-11 07:15:16

jijli
Member
Registered: 2011-04-20
Posts: 65

Re: Run talend jobs in a queue

I am using TOS. I think Talend Administration Center is in TIS. Right?

Offline

#4 2011-10-11 07:37:20

djugal
Member
Registered: 2011-06-16
Posts: 229
Website

Re: Run talend jobs in a queue

i think you need to do the execution in subjobs, & put condition trigger onsubjobok

Offline

#5 2011-10-12 00:04:22

jijli
Member
Registered: 2011-04-20
Posts: 65

Re: Run talend jobs in a queue

I am wondering how I know whether there is a job running or not.

Offline

Board footer

Powered by FluxBB