Skip to content

Commit

Permalink
dl-v2 increase license idle time (#449)
Browse files Browse the repository at this point in the history
* increased idle time of license

* bump version
  • Loading branch information
aniketsinghrawat authored Mar 11, 2024
1 parent 7b579d3 commit 9801a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather_dl_v2/license_deployment/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def main():
executor.submit(make_fetch_request, request, error_map)
else:
logger.info("No request available. Waiting...")
time.sleep(5)
time.sleep(30)

# Each license should not pick more partitions than it's
# concurrency_limit. We limit the threadpool queue size to just 1
Expand Down

0 comments on commit 9801a3d

Please sign in to comment.