Motivation
Currently, the objects are stored by session; but the flamepy.runner need to store object cross sessions. This feature is used to enhance object_cache for flamepy.runner.
Function Specification
- Enhance flamepy.runner to have put_object: rr.put_object which will use <app_name>/shared as key prefix for object
- The object endpoint will be updated to //
- The shared/default are reserved session name for object
Solutions
The object will be stored as //.arrow by flame-object-cache. Backward compatibility is not required.
Additional context
N/A
Motivation
Currently, the objects are stored by session; but the flamepy.runner need to store object cross sessions. This feature is used to enhance object_cache for flamepy.runner.
Function Specification
Solutions
The object will be stored as //.arrow by flame-object-cache. Backward compatibility is not required.
Additional context
N/A