Skip to content

Commit

Permalink
config: lower job-status-consumer prefetch count
Browse files Browse the repository at this point in the history
addresses reanahub#436
  • Loading branch information
Vladyslav Moisieienkov committed Mar 30, 2022
1 parent 2e539ec commit c177d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_workflow_controller/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"""List of file mime-type prefixes that can be previewed directly from the server."""

REANA_JOB_STATUS_CONSUMER_PREFETCH_COUNT = int(
os.getenv("REANA_JOB_STATUS_CONSUMER_PREFETCH_COUNT", 200)
os.getenv("REANA_JOB_STATUS_CONSUMER_PREFETCH_COUNT", 10)
)
"""The value defines the max number of unacknowledged deliveries that are
permitted on a ``jobs-status`` consumer."""
Expand Down

0 comments on commit c177d3c

Please sign in to comment.