Selaa lähdekoodia

Disabled backend now overrides get_many

Ask Solem 9 vuotta sitten
vanhempi
commit
d342f220b7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      celery/backends/base.py

+ 1 - 0
celery/backends/base.py

@@ -619,3 +619,4 @@ class DisabledBackend(BaseBackend):
             'No result backend configured.  '
             'Please see the documentation for more information.')
     wait_for = get_status = get_result = get_traceback = _is_disabled
+    get_many = _is_disabled