Closed gigaverse-oz closed 3 days ago
hi @gigaverse-oz - thank you for the issue!
can you provide a minimal example showing the cache_key_fn
not being respected? this example appears to work for me
@zzstoatzz
I'm sorry, I had a mistake and it works fine. Passed the wrong object as key which confused me a lot.
all good @gigaverse-oz, thanks for the update!
Bug summary
When using result_storage with
RedisDatabase
thecache_key_fn
is not being used.Usage example
Redis key example for that implementation:
flow_name='test_2_flow_81' flow_run_time=10 flow_expected_output='output2'_sub_1
Version info
Additional context
Used local redis-stack in docker and local prefect server.