pricingassistant / mrq

Mr. Queue - A distributed worker task queue in Python using Redis & gevent
MIT License
877 stars 117 forks source link

Python 3.8 Syntax Warning #226

Closed mmmcorpsvit closed 4 years ago

mmmcorpsvit commented 4 years ago

C:\djangomrqtest\venv\lib\site-packages\mrq\worker.py:445: SyntaxWarning: "is" with a literal. Did you mean "=="? if outcome is "wait" and dequeue_jobs == 0:

more info: https://adamj.eu/tech/2020/01/21/why-does-python-3-8-syntaxwarning-for-is-literal/ https://bugs.python.org/issue34850

sylvinus commented 4 years ago

Thanks!