Is there any support on Cloudbees for worker processes/threads, like Worker Dynos on Heroku or Queues on GAE?
Is there any support on Cloudbees for worker processes/threads, like Worker Dynos on Heroku
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
sounds like you’re looking for som asynchronous task executor, aren’t you ?
inside your application you could implement this as a ServiceExecutor thread pool. Compared to GAE, RUN@Cloud don’t have Thread restrictions. To distribute tasks on multiple nodes you will need a message queue service that we don’t provide. You can have a look at amazon SQS or rabbit MQ SaaS CloudAMQP