Browse Source

Disabled backend now overrides get_many

Ask Solem 9 năm trước cách đây
mục cha
commit
d342f220b7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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