indexify
indexify copied to clipboard
Cache Requests
Cache the I/O of functions if the code version and the Inputs are same. Provide flags to override cache by the user.
When invoking we probably want something like this:
- cache=CachingStrategy.Payload
We should also add some type of Idempotency Key, Id or Token support in our invocation to prevent running the same invocation at the same time similar to Temporal does it.
This should stay open until tensorlakeai/tensorlake#110 lands.