MCPcopy
hub / github.com/celery/celery / manager

Function manager

t/integration/conftest.py:105–111  ·  view source on GitHub ↗
(app, celery_session_worker)

Source from the content-addressed store, hash-verified

103
104@pytest.fixture
105def manager(app, celery_session_worker):
106 manager = Manager(app)
107 yield manager
108 try:
109 manager.wait_until_idle()
110 except Exception as e:
111 logger.warning("Failed to stop Celery test manager cleanly: %s", e)
112
113
114@pytest.fixture(autouse=True)

Callers

nothing calls this directly

Calls 2

ManagerClass · 0.90
wait_until_idleMethod · 0.80

Tested by

no test coverage detected