Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

fix: Apply queueing for each event type #93

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Nov 7, 2021

  • This will reduce the contention of overlapping scheduler event
    handlers within a single manager process.

- This will reduce the contention of overlapping scheduler event
  handlers within a single manager process.
@achimnol achimnol added this to the 21.03 milestone Nov 7, 2021
@codecov
Copy link

codecov bot commented Nov 7, 2021

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (b5c33b1) 75.09% compared to head (aec9c4e) 74.65%.
Report is 61 commits behind head on main.

Files Patch % Lines
src/ai/backend/common/events.py 10.71% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
- Coverage   75.09%   74.65%   -0.45%     
==========================================
  Files          23       23              
  Lines        3192     3215      +23     
==========================================
+ Hits         2397     2400       +3     
- Misses        795      815      +20     

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant