Closed matt-bernstein closed 1 week ago
Attention: Patch coverage is 57.14286%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 66.32%. Comparing base (
0ac4d2e
) to head (0f14e14
). Report is 5 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
server/tasks/stream_inference.py | 53.84% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
set https://docs.celeryq.dev/en/v5.4.0/userguide/workers.html#max-memory-per-child-setting so that when a child process hits 1GB, which is about 60% of the total memory limit for the whole worker, it is gracefully restarted after the current task finishes. Plus some cleanup and logging.