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

forget method #107

Open
sekomer opened this issue Oct 17, 2023 · 0 comments
Open

forget method #107

sekomer opened this issue Oct 17, 2023 · 0 comments

Comments

@sekomer
Copy link

sekomer commented Oct 17, 2023

I couldn't see any way to forget the result such that we can do in python.

from tasks import add

async_result = add.apply_async([4, 4])
result = async_result.get()
print(result)
async_result.forget()

How can we do this? If it's not possible would you consider adding this feature to the library.

Thanks

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

No branches or pull requests

1 participant