Actions
Story #8505
closedTask #8495: [EPIC] As a user, I have a new-improved tasking system with new-style workers
As a plugin developer, I am notified that passing non-JSON serializable arguments is deprecated
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
To prepare for a tasking system that can safely store args and kwargs in postgresql, plugin writers need to be advised that all args and kwargs passed to tasks must be JSON serializable.
Actions
Non-JSON serializable args and kwargs deprecated
The use of non-JSON serializable
args
andkwargs
is now deprecated.closes #8505