You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
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.
I've been trying this for a while but for some reason I cannot seem to be able to create a
Resque_Job_Creatorclass that theJobclass 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.