Maciej Wysocki
04/25/2024, 1:34 PMNate
04/25/2024, 1:43 PMIs it possible to only restart the existing flow run when it crashes?in general, not necessarily. a
Crashed
flow run often means that there's an issue with the infrastructure its trying to run on, so you cannot always guarantee that the same infrastructure will be around for a retry
is your concern with this cost?
While we've achieved a solution where a new flow run is triggered upon a crashwhat type of infra do you have?
Maciej Wysocki
04/25/2024, 1:56 PMNate
04/25/2024, 2:00 PMcache_key_fn=task_input_hash
then you'd pull the cached result from your result storageMaciej Wysocki
04/26/2024, 5:35 AM