Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability to filter tasks by args and kwargs of the tasks #39

Open
peillis opened this issue Apr 2, 2019 · 3 comments
Open

ability to filter tasks by args and kwargs of the tasks #39

peillis opened this issue Apr 2, 2019 · 3 comments

Comments

@peillis
Copy link

peillis commented Apr 2, 2019

No description provided.

@rsalmei
Copy link
Owner

rsalmei commented May 21, 2019

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?

@peillis
Copy link
Author

peillis commented May 22, 2019

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

@rsalmei
Copy link
Owner

rsalmei commented Jan 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants