Is there any support on Cloudbees for worker processes/threads, like Worker Dynos on Heroku or Queues on GAE?
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