celery.node icon indicating copy to clipboard operation
celery.node copied to clipboard

Is there any way to disable backend result?

Open uncodead opened this issue 4 years ago • 2 comments

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

uncodead avatar Nov 16 '21 21:11 uncodead

maybe implement ignore_result parameter to discard the result:

@task(ignore_result=True)

uncodead avatar Nov 16 '21 23:11 uncodead

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

actumn avatar Nov 20 '21 03:11 actumn