Skip to content

Commit

Permalink
Merge pull request #18 from cloudblue/change_limit_to_250
Browse files Browse the repository at this point in the history
Decrease limit to 250
  • Loading branch information
marcserrat authored Sep 7, 2022
2 parents fcfef0d + 33c5d16 commit fa1fc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion executor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def execute_report(control_client, report_definition, connect_report): # noqa:
use_specs=False,
api_key=report_env["client_token"],
max_retries=5,
default_limit=500,
default_limit=250,
default_headers=get_user_agent(),
timeout=(360, 360),
resourceset_append=False,
Expand Down
1 change: 1 addition & 0 deletions executor/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def run_executor():
api_key=report_env['client_token'],
max_retries=3,
default_headers=get_user_agent(),
default_limit=250,
)
try:
fail_report(
Expand Down

0 comments on commit fa1fc6c

Please sign in to comment.