문제

I'd like to use OpenShift to host an application that will consume some data from queue and put it to database. So it won't receive http requests. Is there a way to automatically scale it up? (To minimize the time data spends in queue).

도움이 되었습니까?

해결책

Unless you are going to use a paid plan, this application would get idled after 48 hours. You can use the rhc command to scaled your application up and down manually

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top