Skip to content

Commit

Permalink
hotfix: remove unused max_pull_num, missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dodamih committed Nov 8, 2023
1 parent 34e73e6 commit 5470773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def get_mazepa_worker_command(
+ f"semaphores_spec: {json.dumps(semaphores_spec)}\n"
+ f"num_procs: {num_procs}\n"
+ """
max_pull_num: 1
sleep_sec: 5
}'
"""
Expand Down
1 change: 1 addition & 0 deletions zetta_utils/mazepa_addons/configurations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from . import execute_on_gcp_with_sqs
from . import execute_locally
from . import worker_pool

0 comments on commit 5470773

Please sign in to comment.