1

I couldn't run resque workers in appfog.

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

bakhtiyor
  • 23
  • 4

1 Answers1

0

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.

kyanny
  • 1,231
  • 13
  • 20