Celery

Package: celery · 8 nodes · Task queues and background jobs

Define tasks, send them to workers, schedule with crontab, and retrieve results asynchronously.

Node Reference

NodeTypeInputsOutputs
Create Appstatement-App (celery.App)
TaskstatementApp (celery.App)Task (celery.Task)
Send TaskstatementTask (celery.Task), Args (list<any>)Result (celery.AsyncResult)
Get ResultstatementAsyncResult (celery.AsyncResult)Value (any)
SchedulestatementApp (celery.App), Task (celery.Task)-
Crontabexpression-Schedule (object)
Task IdexpressionAsyncResult (celery.AsyncResult)Task ID (str)
Task StatusexpressionAsyncResult (celery.AsyncResult)Status (str)