php - Tasks/Queues mangament in amazon aws -


i'm looking solution add items queue , execute them one-by-one in similar method google appengine's tasks manager. each task executed using http request php script.

as i'm using amazon, understood best practice using sns service responsible receiving new tasks, adding them queue (amazon's sqs service) , inform php worker new task has been pushed queue can , execute it. there several issues method (like need limit number of workers instances via worker or possibility task won't in queue when call worker because add task queue in same time).

i hear if there better options or nicer way of implementing tasks manager. preffer using amazon's services i'm open new suggestion, looking best method. features missing in amazon fifo , priorities support nice addition.

thanks! ben

i have found solution. aws beanstalk service apparently offering option define new elastic-beanstalk instance "worker" or "web server". in case define "worker", you'll able attach sqs queue , responsible polling queue , performing task (with code deploy instance).


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -