clearly icon indicating copy to clipboard operation
clearly copied to clipboard

ability to filter tasks by args and kwargs of the tasks

Open peillis opened this issue 5 years ago • 3 comments

peillis avatar Apr 02 '19 17:04 peillis

Hello again!

Well, it can be done, but it's a little tricky, because of serialization and de-serialization. But perhaps I could implement filter by primitives, ie strings and numbers. What would you think of that?

rsalmei avatar May 21 '19 16:05 rsalmei

That would be great. In fact celery recommends to use those kind of parameters in the tasks, instead of objects.

peillis avatar May 22 '19 07:05 peillis

Hey @peillis! I'm sorry, couldn't work on this yet.

Actually celery supports several serialization mechanisms, pickle being one of them. It all depends on the configuration being used. Well, it is not forgotten, will see to this asap.

rsalmei avatar Jan 23 '20 15:01 rsalmei