Skip to content

Commit

Permalink
5 task
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Dec 21, 2022
1 parent 585b8b2 commit a326e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast_agave/tasks/sqs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def task(
wait_time_seconds: int = 15,
visibility_timeout: int = 3600,
max_retries: int = 1,
max_concurrent_tasks: int = 25,
max_concurrent_tasks: int = 5,
):
def task_builder(task_func: Callable):
@wraps(task_func)
Expand Down
2 changes: 1 addition & 1 deletion fast_agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.0.dev1'
__version__ = '0.8.0.dev2'

0 comments on commit a326e11

Please sign in to comment.