src/dazzle_back/runtime/process_celery_tasks.py¶
Generated: 2026-03-30T04:38:47.806471+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
Celery tasks for process execution.
These tasks handle: - Individual step execution within a process - Saga compensation on failure - Human task timeout checking - Scheduled process triggering
Configuration: Set REDIS_URL environment variable for Redis connection. Run worker with: celery -...
Key Exports¶
execute_processcheck_human_task_timeoutresume_process_after_tasktrigger_scheduled_process
Dependencies¶
Imports¶
loggingosssldatetime.UTCdatetime.datetimetyping.Anycelery.Celerydazzle.core.ir.process.StepKinddazzle.core.process.adapter.ProcessRundazzle.core.process.adapter.ProcessStatusdazzle.core.process.adapter.ProcessTaskdazzle.core.process.adapter.TaskStatusdazzle.core.process.celery_state.ProcessStateStorecelery.exceptions.MaxRetriesExceededErrorpsycopguuiduuiddatetime.timedeltadatetime.UTCdatetime.date
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.