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
Hi. Is There a way to add the job data without the property "payload" ? This makes it possibly incompatible if you want to use this library together with others that puts data objects ( or pure strings ? ) directly to the job contents.
There was some reason for this, originally, years ago - Perhaps to carry across arbitrary options.
Looking at the code I don't believe this is necessary anymore, we could do away with the payload key but we'd have to do a major release since this might be a breaking change.
Hi. Is There a way to add the job data without the property "payload" ? This makes it possibly incompatible if you want to use this library together with others that puts data objects ( or pure strings ? ) directly to the job contents.
If I spawn a job with the lib it looks like this:
but I expect it like this:
Code is from your example:
The text was updated successfully, but these errors were encountered: