meetings / gearsloth

Gearman job persistence and delayed execution system
MIT License
2 stars 0 forks source link

Object payload should be JSON serialized before sending #58

Closed amv closed 10 years ago

amv commented 10 years ago

Currently when I submit a job that contains a data structure as the payload parameter, the payload that is being submitted for my end user job is [object Object]

If the payload is an Object or an Array, it should be JSON serialized before sending to the end user worker.

Please add a test for this.

amv commented 10 years ago

The fix for this, including a test case for it, is included in #62. This can be closed after it is merged.

tstarck commented 10 years ago

Closing since #62 has been merged. Reopen if necessary.