We're migrating our application www.monaqasat.com from a single server to a distributed infrastructure and we're debating where to run delayed_job from. The two obvious options are:

  • From each app instance?
  • From a single (or redundant) utility server?

Any recommendations or pros/cons?

Thx.

link|improve this question

60% accept rate
oh okay so delayed _job is a product. i thought you want to run some cron jobs at regular intervals. – startup007 Dec 27 '11 at 5:27
feedback

1 Answer

I would prefer to use a single utility server unless it starts to get overwhelming for a single server.

I would also look at Gearman- http://gearman.org/.

If you need some serious messaging then RabbitMq http://www.rabbitmq.com/ is a good choice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.