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

ConsumerMixin consume method should not heartbeat if timeout None #1997

Open
4 tasks done
smart-programmer opened this issue May 12, 2024 · 0 comments · May be fixed by #2016
Open
4 tasks done

ConsumerMixin consume method should not heartbeat if timeout None #1997

smart-programmer opened this issue May 12, 2024 · 0 comments · May be fixed by #2016

Comments

@smart-programmer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant