Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Jul 17, 2012 10:51 am 
Offline
Junior Member

Joined: Sun May 13, 2012 10:02 am
Posts: 20
Hi,

I am making a site in Flask which is similar to Ebay in a lot of ways.

I am wondering if it is recommended to have a queue system like redis in place for when an item is posted on the site, because the following tasks needs to happen:

Resize Image
Generate SEO tags
Generate an invoice
Send email

Is it recommended to have something like redis running to handle this stuff in a queue, or should I just generate it on the fly when the item is posted to the site? Not sure if this system is required or infact overkill.

Thanks


Top
   
PostPosted: Fri Aug 03, 2012 9:43 am 
Offline
Senior Newbie

Joined: Sun Aug 07, 2011 9:35 am
Posts: 10
It should be done async, but doesnt need to be redis.


Top
   
PostPosted: Fri Aug 03, 2012 2:54 pm 
Offline
Senior Member

Joined: Fri Dec 10, 2010 6:45 pm
Posts: 63
Celery task queue supports redis, rabbitmq, beanstalk, and some other backends. There's also zeromq. Lots of options.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group