wooyek / django-tasker

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

EmailBackend vs TaskQueue #2

Open guettli opened 6 years ago

guettli commented 6 years ago

On this page I see two different descriptions of your project

Queening and storing email backed for django

VS

Dead simple async task queue. Stores tasks in database. No overhead infrastructure required just for throwing something off process.

Source https://pypi.python.org/pypi/django-tasker

Is it specific to mail or is it a general purpose library?

wooyek commented 6 years ago

This is general purpose. I must have missed setup.py description when I created this library. Thx for the head up!

I'll try to correct this while I reformat repo to conform with cookiecutter-django-app template structure.

If you're looking for an async email send feature, checkout wooyek/django-email-queue, it's a lot simpler.