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
The django_lightweight_queue.KeyErrorMiddleware class uses the QueueError helper but fails to pass it an ident. Since no default is provided this means that it will error when it fires.
The text was updated successfully, but these errors were encountered:
PeterJCLaw
changed the title
KeyErrorMiddleware class missing 'ident' keyword
django_lightweight_queue.KeyErrorMiddleware class missing 'ident' keyword
Jun 8, 2017
The
django_lightweight_queue.KeyErrorMiddleware
class uses theQueueError
helper but fails to pass it anident
. Since no default is provided this means that it will error when it fires.The text was updated successfully, but these errors were encountered: