<@U05BRAZ51L4> RE your question about event based ...
# pacc-clearcover-june-12-2023
e
@Dorian Vanunu RE your question about event based cache invalidation
So the hook to invalidate the cache is a little buried. Basically, when a task wants to start, it proposes a state transition (e.g. I want to be Running) and it’s in that call that you can invalidate. This is the endpoint and this is a PR that introduces a kwarg to invalidate a cache on run. It doesn’t so much invalidate it as it does overwrite it.
thank you 1
*TL;DR*… it’s probably possible but certainly not easy right now.
👍 1
Would love to learn more about the use case though!