Currently some specific data is stored directly in the arguments for the given job, which can break some implementations (I'm currently adding jobs from PHP to workers on Node.js, yes, I know this is a little crazy).
Looks like this can break ResqueBoard and the php-resque-ex itself, if modified, so all 3 projects would need to be changed, am I right?
Currently some specific data is stored directly in the arguments for the given job, which can break some implementations (I'm currently adding jobs from PHP to workers on Node.js, yes, I know this is a little crazy).
Looks like this can break ResqueBoard and the php-resque-ex itself, if modified, so all 3 projects would need to be changed, am I right?
Looks like #5 is somewhat related.