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 for issue #9 => prepare_job_execution() takes 2 positional arguments but 3 were given #11

Merged
merged 2 commits into from Jul 8, 2021

Conversation

sandeepsn1997
Copy link
Contributor

"prepare_job_execution" takes 2 input param including self, but the calling statement passes 3 with additional "heartbeat_ttl" which is not used by the method, I have removed the extra input param and issue seems to be solved for me.

…tional arguments but 3 were given

"prepare_job_execution" takes 2 input param including self, but the calling statement passes 3 with additional "heartbeat_ttl" which is not used but the method, i have removed the extra input param and issue seems to be solved for me.
@michaelbrooks
Copy link
Owner

Thank you! I see this interface was changed in rq here: rq/rq#1372

Could you update setup.py to version 0.4.0 and make the minimum rq version 1.8.1? I'm not sure that this will behave as expected with older rq versions.

updated package version to 0.4.0 and minimum rq version to 1.8.1
@sandeepsn1997
Copy link
Contributor Author

I have updated setup.py to version 0.4.0 and made the minimum rq version 1.8.1

@michaelbrooks
Copy link
Owner

Thank you!

@michaelbrooks michaelbrooks merged commit c6e65e3 into michaelbrooks:master Jul 8, 2021
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