You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought exponential_backoff was a celery decorator param... turns out it's not! This python package is very helpful because now my type linter caught that issue. Thanks!
The text was updated successfully, but these errors were encountered:
celery-types/typings/celery/app/__init__.pyi
Line 13 in e1750be
The args in this function declaration helped me catch an issue. I was using:
I thought
exponential_backoff
was a celery decorator param... turns out it's not! This python package is very helpful because now my type linter caught that issue. Thanks!The text was updated successfully, but these errors were encountered: