I've been using both django-huey and celery as task queues with varying 
success in other projects.
see (https://www.djangopackages.com/grids/g/workers-queues-tasks/) 

Most of the task queues are redis based. They seem to be overkill for our 
current situation and add another layer of system maintenance (i.e a redis 
instance) and we want/need to have a minimum of packages on our micro 
instances (currently just django, postgres, nginx and a few tiny packages)

Our typical background tasks occur once or twice a week! and may take about 
30 minutes to a few hours to process.
What I'm looking for is a very very simple task queue that does not use 
redis or any other 'external' database. Just a bunch of tables in the 
current app's database would be fine.

what would you suggest?

 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/22067995-cdb5-42ed-bb9e-4d8a80b2fc4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to