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?