Hi Miles,

Don't mean to shamelessly plug our product here, but you're use case is so
fitting for it.  You might want to consider trying the SimpleWorker Add-on
so you don't need to scale up your worker threads or anything like that, you
just queue up jobs and they'll get run in parallel.

Regards,
Travis Reeder

On Tue, Mar 1, 2011 at 1:51 AM, Miles S. <[email protected]> wrote:

> I'm trying to auto scale my workers and I am using resque instead of
> DJ. I've tried using the heroku gem, however, when I use any account
> besides the master account, I get an RestClient::UnprocessableEntity:
> Unprocessable Entity error.
>
> From my testing it appears that collaborators are not able to modify
> the number of running workers/dynos.
>
> I don't want to use my master account, as this project is shared
> amongst developers, and I don't really want my master account and
> password being committed to Git for everyone to see.
>
> I've also tried finding information on how to use the heroku rest API
> directly, but have come up with nothing.
>
> Is there any way to do what I'm trying to do?
>
> --
> 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.
>
>

-- 
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.

Reply via email to