You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

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
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!
Offline
Pages: 1