Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add LocalQueue and local pool, refactor semaphores #536

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dodamih
Copy link
Collaborator

@dodamih dodamih commented Oct 31, 2023

No description provided.

@dodamih dodamih requested a review from supersergiy October 31, 2023 05:02
@dodamih dodamih force-pushed the dodam/pipelining_localpool branch from 9576650 to c07b868 Compare October 31, 2023 07:23
@codecov
Copy link

codecov bot commented Oct 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2916c70) 100.00% compared to head (aaec2ce) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #536   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          127       128    +1     
  Lines         4237      4276   +39     
=========================================
+ Hits          4237      4276   +39     
Files Coverage Δ
zetta_utils/common/__init__.py 100.00% <ø> (ø)
zetta_utils/common/path.py 100.00% <100.00%> (ø)
zetta_utils/convnet/utils.py 100.00% <100.00%> (ø)
zetta_utils/layer/volumetric/cloudvol/backend.py 100.00% <100.00%> (ø)
zetta_utils/mazepa/__init__.py 100.00% <100.00%> (ø)
zetta_utils/mazepa/autoexecute_task_queue.py 100.00% <100.00%> (ø)
zetta_utils/mazepa/execution.py 100.00% <ø> (ø)
zetta_utils/mazepa/semaphores.py 100.00% <100.00%> (ø)
zetta_utils/mazepa/worker.py 100.00% <100.00%> (ø)
zetta_utils/message_queues/__init__.py 100.00% <100.00%> (ø)
... and 4 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dodamih dodamih force-pushed the dodam/pipelining_localpool branch from c07b868 to b8de931 Compare November 2, 2023 06:06
@dodamih dodamih requested a review from supersergiy November 2, 2023 06:07
@dodamih dodamih force-pushed the dodam/pipelining_localpool branch 2 times, most recently from 6c72595 to 8a95005 Compare November 2, 2023 06:16
@dodamih dodamih force-pushed the dodam/pipelining_localpool branch from 8a95005 to 11a89d7 Compare November 3, 2023 01:04
@dodamih dodamih requested a review from supersergiy November 3, 2023 01:05
Copy link
Member

@supersergiy supersergiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@dodamih dodamih force-pushed the dodam/pipelining_localpool branch 2 times, most recently from 49c2f01 to 9ab3f00 Compare November 6, 2023 19:12
@supersergiy supersergiy force-pushed the dodam/pipelining_localpool branch from 9ab3f00 to aaec2ce Compare November 6, 2023 19:25
@dodamih dodamih merged commit 34e73e6 into main Nov 6, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants