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
While trying to add a JobFlow the property name is not being used in the queue.
In redis property name shows "default" and it fails to get a job handler.
Methods I used were manual hardcoded and also via objects factory, both bring same result.
Sample code:
While trying to add a JobFlow the property name is not being used in the queue.
In redis property name shows "default" and it fails to get a job handler.
Methods I used were manual hardcoded and also via objects factory, both bring same result.
Sample code:
failedReason: Missing process handler for job type __default__
With default processor for all non-named Jobs it seems to work fine.
The text was updated successfully, but these errors were encountered: