> > + can I use a Procfile in Cedar to start multiple web processes, e.g., > several rack apps, that would speak across HTTP to each other in the > same Heroku app? >
No. Procfile only allows one web process type. all other process need to be worker types only. > + can I use a heroku messaging add-on (rabbitmq) to pass messages > securely between multiple heroku apps? > You bet. Just copy and past the rabbit URL from one app into another: heroku config:add RABBIT_URL=XXX Oren -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
