wooyek / django-tasker

Dead simple async task queue. Stores tasks in database.
MIT License
1 stars 1 forks source link

Who runs the tasks? #4

Open EralpB opened 6 years ago

EralpB commented 6 years ago

You didn't specify in README, is this just a task-queue or a full task running system?

How do we connect a worker to the task queue?

Thanks!

I totally agree celery is an overkill most of the time.

wooyek commented 6 years ago

There is a thread based worker command, or you can run a script see it here:

https://github.com/wooyek/django-tasker/blob/develop/django_tasker/worker.py