Protected_Protected_Protected_Protected_Protected_Protected_Deletes a task from the queue database.
Returns all tasks in the queue sorted by created_at DESC.
Optionaltopic: stringListens for pending tasks on a topic and runs the handler.
Optionalparams: { concurrency?: number; gpu?: boolean }Retries a failed or stuck processing task by setting its status back to pending.
Dispatches a task payload into SQLite queue messages table.
Helper to update running task progress.
Blueprint for Queue messaging adapters (AMQP, SQS, PubSub, etc.).