from .celery_app import celery_app @celery_app.task(name="worker.healthcheck") def healthcheck() -> dict: return {"ok": True, "service": "worker"}