celery.node
celery.node copied to clipboard
Is there any way to disable backend result?
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.