Hi All,

I am trying to do test for provisioning of multiple tables(actually two
tables) on an external database.

For the test, I created connectors, resourses and pull tasks for each
tables, and executed two tasks at the almost same time.

I expected the tasks were going to be executed concurrently, but it did not.

And then I explored provisioning source codes and a found
DisallowConcurrentExecution quartz annotation on AbstractInterruptableJob
class on which TaskJob class extended.

Is it right concept for tasks to be executed not concurrently? Or I missed
something important?

Always thanks.

BR,
Changseok Keum

Reply via email to