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.
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.