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

fix(jobbergate-agent): PENG-2678 Fixed issue with handle_errors_async #689

Merged

Conversation

dusktreader
Copy link
Member

The implementation of handle_errors_async() that was embedded in the jobbergate-agent was not compatible with a recent update to py-buzz version 4.1.

This change removes the embedded implementation in favor of using the upstream implementation of the same that is now a part of py-buzz version 5.0.

The implementation of `handle_errors_async()` that was embedded in the
`jobbergate-agent` was not compatible with a recent update to `py-buzz`
version `4.1`.

This change removes the embedded implementation in favor of using the
upstream implementation of the same that is now a part of `py-buzz`
version `5.0`.
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.65%. Comparing base (d7c50be) to head (e67a463).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #689      +/-   ##
==========================================
+ Coverage   92.58%   92.65%   +0.06%     
==========================================
  Files          85       85              
  Lines        4493     4466      -27     
==========================================
- Hits         4160     4138      -22     
+ Misses        333      328       -5     
Flag Coverage Δ
agent 93.39% <ø> (+0.54%) ⬆️
api 95.33% <ø> (ø)
cli 88.62% <ø> (ø)
core 96.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dusktreader dusktreader merged commit 0948b69 into main Jan 30, 2025
13 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