wa0x6e / php-resque-ex-scheduler

An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.
MIT License
26 stars 24 forks source link

Use another namespace to store info about jobs #6

Closed JCMais closed 8 years ago

JCMais commented 10 years ago

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.