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

Refactor loop parameter usage #51

Closed
bmario opened this issue Oct 14, 2020 · 1 comment · Fixed by #119
Closed

Refactor loop parameter usage #51

bmario opened this issue Oct 14, 2020 · 1 comment · Fixed by #119
Labels
bug Something isn't working

Comments

@bmario
Copy link
Member

bmario commented Oct 14, 2020

The loop parameter of most (if not all) asyncio function is deprecated and is scheduled to be removed in Python 3.10. We need to carefully check the occurences of the loop parameter in MetricQ and refactor appropiately.

@bmario bmario added the bug Something isn't working label Oct 14, 2020
@phijor phijor self-assigned this May 6, 2021
@bmario
Copy link
Member Author

bmario commented Oct 20, 2021

Well, Python 3.10 is out and pants are on fire. Had to already pin the python version for the docker images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants