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.
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by bmbouter over 3 years ago
Updated by bmbouter over 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|8f0095d5db90d220ada3f0dd9affa7257c0c3241.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Non-JSON serializable args and kwargs deprecated
The use of non-JSON serializable
args
andkwargs
is now deprecated.closes #8505