We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to have a method that has no return to the client, that is, ignore the task result
The text was updated successfully, but these errors were encountered:
maybe implement ignore_result parameter to discard the result:
@task(ignore_result=True)
Sorry, something went wrong.
Thank you for your attention to the project. Unfortunately, the feature is not implemented yet. I'm planning to do it in the future.
No branches or pull requests
I would like to have a method that has no return to the client, that is, ignore the task result
The text was updated successfully, but these errors were encountered: