actumn / celery.node

Celery task queue client/worker for nodejs

Home Page:https://celery-node.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to disable backend result?

uncodead opened this issue · comments

I would like to have a method that has no return to the client, that is, ignore the task result

maybe implement ignore_result parameter to discard the result:

@task(ignore_result=True)

Thank you for your attention to the project.
Unfortunately, the feature is not implemented yet.
I'm planning to do it in the future.