| ⬅️ Back | 🏠 Docs Root |
Shared task definitions available to all workers.
File: src/workers/core/tasks.py
requeue_to_streamasync def requeue_to_stream(ctx, stream_name: str, payload: dict) -> None:
Universal task for returning a message to a Redis Stream. Used by the bot for retry handling on failures.
StreamManager from the ARQ context._retries counter in the payload.CORE_FUNCTIONSCORE_FUNCTIONS = [requeue_to_stream]
List of base tasks included in every worker via the task aggregator.