demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 42 forks source link

Increasing the connection pool size in case we're using gitlab-ci build #63

Closed hod-alpert closed 3 years ago

hod-alpert commented 3 years ago

Status

Ready

Related Issues

fixes: https://github.com/demisto/etc/issues/36886

Description

Support a fixed higher number of connections in parallel in case this is a gitlab-ci build.

glicht commented 3 years ago

@avidan-H let's do the change in demisto_client/__init__.py. If we can avoid using the gen-code modifications it is preferred. You will need to update the configure and login methods. You can see there how we use other env vars for configuration.

avidan-H commented 3 years ago

@glicht is it ok now?