wa0x6e / php-resque-ex

PHP port of resque (Workers and Queueing), with phpredis support, and more logging options
MIT License
137 stars 92 forks source link

'Resque_Job_Creator' cannot be autoloaded #44

Open HMAZonderland opened 8 years ago

HMAZonderland commented 8 years ago

I've been trying this for a while but for some reason I cannot seem to be able to create a Resque_Job_Creator class that the Job class can autoload without editing the source of the library. I want to use the autoloader (Composer) of the software I'm working on. Within the library i'm able to autoload the class perfectly, but not from Resque.

wa0x6e commented 8 years ago

And what are the changes you made to make it works ?