Create two mappings in parallel while B4G.
search cancel

Create two mappings in parallel while B4G.

book

Article ID: 379281

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Trying to create and initialise 2 mappings at the same time, but the second one doesn't start until the first one is done.
Is there any way to accomplish this, perhaps a change in application.yml file?

Environment

Endevor Bridge for Git

Cause

The application.yml rules has not been set for the synchronization type you want.

Resolution

In application.yml under rules, you increase the pool-size parameter for the synchronization type you want. So for example to initialize two mappings concurrently, set 
app:
  rules:
    initialization:
      pool-size: 2
For more details please refer to this documentation page, it has some examples as well EndevorĀ® Bridge for Git - Rules for Job Processing Options