flask-executor icon indicating copy to clipboard operation
flask-executor copied to clipboard

Find future from collection

Open plckr opened this issue 2 years ago • 0 comments

Assuming that I submit_stored a task, and add a add_default_done_callback, is there a way to pop the future from the collection in that callback?

Basically I can't find a way to map the future to the Collection entry

Also, my use case is to keep the collection clean after terminated tasks

plckr avatar Jun 12 '23 22:06 plckr