Hacker News new | ask | show | jobs
by danpalmer 1377 days ago
Every version of this I experienced went like this:

> We have a task queue…

> Is it Celery?

> No

> oh thank god. How do I use it?

> Put the @task decorator on a function and call it. See the args to that decorator if you want slightly more control.