clearly
clearly copied to clipboard
ability to filter tasks by args and kwargs of the tasks
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?
That would be great. In fact celery recommends to use those kind of parameters in the tasks, instead of objects.
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.