Question

I couldn't run resque workers in appfog.

Appfog doesn't have console interface to run $ bin/resque work command.

Was it helpful?

Solution

I have no experience at AppFog, but I found a similar case sample code.

https://github.com/appfog/af-ruby-resque

It seems that you should write the shell command to run resque workers at manifest file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top