MCPcopy
hub / github.com/celery/celery / apply_chord_incr_with_sleep

Method apply_chord_incr_with_sleep

t/integration/test_canvas.py:1640–1642  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1638 x = BaseKeyValueStoreBackend._apply_chord_incr
1639
1640 def apply_chord_incr_with_sleep(self, *args, **kwargs):
1641 sleep(1)
1642 x(self, *args, **kwargs)
1643
1644 monkeypatch.setattr(BaseKeyValueStoreBackend,
1645 '_apply_chord_incr',

Callers

nothing calls this directly

Calls 1

xFunction · 0.85

Tested by

no test coverage detected