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 debug ignoring log tasks #31

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Fix debug ignoring log tasks #31

merged 1 commit into from
Mar 15, 2024

Conversation

andrewMacmurray
Copy link
Owner

@andrewMacmurray andrewMacmurray commented Mar 15, 2024

Closes #30

ConcurrentTask.debug was ignoring the log tasks (how rude of it!) on failure and success. This change ensures they get called.

It's a bit tricky to unit / integration test this, but I've included it in the many-requests example so the additional debug logs can be seen:

Screenshot 2024-03-15 at 08 15 28

@andrewMacmurray andrewMacmurray merged commit 27a2400 into main Mar 15, 2024
4 checks passed
@andrewMacmurray andrewMacmurray deleted the fix-debug branch March 15, 2024 08:30
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.

ConcurrentTask.debug does not work
1 participant