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

consumer: fix fetching of workflow engine logs when scheduling fails #544

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

mdonadoni
Copy link
Member

Closes #543

Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

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

Works nicely 👍 Left a cosmetic comment about changelog message.

CHANGES.rst Outdated
Version 0.9.2 (UNRELEASED)
--------------------------

- Fixes job status consumer not to fail while fetching workflow engine logs of workflows that couldn't be scheduled.
Copy link
Member

Choose a reason for hiding this comment

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

What about:

  • Fixes job status consumer exception while attempting to fetch workflow engine logs for workflows could not have been successfully scheduled.

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #544 (3004b14) into master (98e6c9a) will increase coverage by 0.11%.
The diff coverage is 33.33%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #544      +/-   ##
==========================================
+ Coverage   72.23%   72.34%   +0.11%     
==========================================
  Files          15       15              
  Lines        1390     1385       -5     
==========================================
- Hits         1004     1002       -2     
+ Misses        386      383       -3     
Files Coverage Δ
reana_workflow_controller/consumer.py 38.27% <33.33%> (-0.06%) ⬇️

@mdonadoni mdonadoni merged commit 3004b14 into reanahub:master Nov 20, 2023
12 checks passed
@mdonadoni mdonadoni deleted the fix-engine-logs branch November 20, 2023 12:59
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.

consumer: fetching logs fails when workflow is not scheduled
2 participants