You can translate the question and the replies:

Create multi instance jobs

I have requirement where I need to create one job but need to execute it in multi instance Example : Jobname = test , has to be executed as test_1, test_2, test_3 Same job need to be executed in parallel with different jobname
user
15-07-2022 00:43:34 -0400
code

1 Answer

Hello, In order to execute the same scheduler job with different names parallely, I would do the following: Scenario: Multiple Virtual DataPort servers in the cluster. Create [VDP Data Sources](https://community.denodo.com/docs/html/browse/latest/en/scheduler/administration/creating_and_scheduling_jobs/data_sources/vdp_data_sources#:~:text=VDP%20Data%20Sources-,VDP%20Data%20Sources,-VDP%20Data%20Sources) for each Virtual DataPort server in the cluster: * **DataSources>Add data source>VDP** Create the same scheduler job using different names and point each job to a different data source, corresponding to the different servers. On the job’s Trigger section, create dependencies: * **Add Trigger>Add new dependency>jobs(choose the dependent job)** You can refer to the [Dependencies Among Jobs](https://community.denodo.com/docs/html/browse/latest/en/scheduler/administration/creating_and_scheduling_jobs/configuring_new_jobs/dependencies_among_jobs#:~:text=Dependencies%20Among%20Jobs-,Dependencies%20Among%20Jobs,-When%20editing%20aDependencies Among Jobs) documentation for dependency behavior and execution order guidelines. If you're referring to jobs in different scheduler servers from different environments, you can schedule them to run at the same time, or promote from one environment to the other. For Time-Based execution, you can refer to the [Time-based Job Scheduling Section](https://community.denodo.com/docs/html/browse/latest/en/scheduler/administration/creating_and_scheduling_jobs/configuring_new_jobs/time-based_job_scheduling_section#:~:text=Job%20Scheduling%20Section-,Time%2Dbased%20Job%20Scheduling%20Section,-In%20the%20Triggers) documentation. If you need any further assistance, and if you have a valid support user account, please open a new support case at [Denodo Support Site](https://support.denodo.com/) so that the support team can review this in detail. Hope this helps!
Denodo Team
15-07-2022 17:28:45 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here