Sfoglia il codice sorgente

Disabled backend now overrides get_many

Ask Solem 9 anni fa
parent
commit
d342f220b7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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