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

Celery events Receiver should provide a way to disable broker heartbeats #9018

Closed
4 tasks done
smart-programmer opened this issue May 12, 2024 · 0 comments
Closed
4 tasks done

Comments

@smart-programmer
Copy link

smart-programmer commented May 12, 2024

Checklist

  • I have checked the issues list
    for similar or identical enhancement to an existing feature.
  • I have checked the pull requests list
    for existing proposed enhancements.
  • I have checked the commit log
    to find out if the same enhancement was already implemented in the
    main branch.
  • I have included all related issues and possible duplicate issues in this issue
    (If there are none, check this box anyway).

Related Issues and Possible Duplicates

Related Issues

  • None

Possible Duplicates

  • None

Brief Summary

the capture method in celery events Receiver. logs broker heartbeats on socket exceptions. this is a helpful feature sometimes but there's no way to disable it as IT mostly clutters the terminal with unhelpful messages most of the time which prevents the user from seeing actual task event logs.
image

Design

Architectural Considerations

None

Proposed Behavior

If the timeout argument is None that should disable broker heartbeat_check
image

Proposed UI/UX

Diagrams

N/A

Alternatives

None

@smart-programmer smart-programmer closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant