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

Not actually calling the intended function #1584

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seto2103
Copy link

Causes an error where broker transport options won't actually change the visibility timeout.

Causes an error where broker transport options won't actually change the visibility timeout.
@auvipy auvipy self-requested a review August 19, 2022 18:14
Copy link
Member

@auvipy auvipy left a comment

Choose a reason for hiding this comment

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

can you please change the relevant tests as well?

@auvipy
Copy link
Member

auvipy commented Oct 12, 2022

      attributes = {'VisibilityTimeout': str(self.visibility_timeout())}

E TypeError: 'int' object is not callable

kombu/transport/SQS.py:366: TypeError

kombu/transport/SQS.py Outdated Show resolved Hide resolved
@auvipy auvipy closed this Dec 4, 2022
@auvipy auvipy reopened this Dec 4, 2022
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.

None yet

2 participants