consider task dependencies on shutdown#1110
Conversation
The "credentials retriever" should not be stopped before other tasks, that depend on valid credentials, have been stopped. Signed-off-by: Steven Armstrong <steven@armstrong.cc>
|
A note mainly for self: I see the stated problem — indeed, a problem. However, this solution is problematic too. I need to try some other approaches prioritising or linking tasks.
These are the thoughts to the moment. Maybe I will come up with some other ideas later. |
|
I am closing this PR in favour of the newer one — which seemingly solves the same problem the same way (more or less), but without breaking changes, and using the StdLib's functionality (no hacks). |
The "credentials retriever" should not be stopped before other tasks, that depend on valid credentials, have been stopped.
closes: #1033