You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caching does not always work as expected and some tricky cases are not handled correctly
this caching mechanism is only supported by serial workflows, and would not work with other engines as it does not handle multiple jobs running concurrently
For these reasons, we should consider removing this caching mechanism from REANA:
remove all related code
drop related columns in the database (migration script is needed)
update docs (reana/reana-client)
update API, e.g. do not accept CACHE option for serial workflows (breaking change!)
delete the cache directory from current deployments of REANA
The text was updated successfully, but these errors were encountered:
REANA's current caching mechanism has been disabled by default for quite some time and it has some drawbacks:
For these reasons, we should consider removing this caching mechanism from REANA:
CACHE
option for serial workflows (breaking change!)The text was updated successfully, but these errors were encountered: