Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rest: move some of the logic to r-w-c to keep a clear boundary between r-s and r-w-c #508

Open
audrium opened this issue Jul 1, 2022 · 1 comment

Comments

@audrium
Copy link
Member

audrium commented Jul 1, 2022

While implementing workspace retention rules population to the database (see this PR), all the logic to parse and validate the rules had to be kept inside reana-server, since when we restart a workflow all the workflow cloning is done there (while it technically should be done in r-w-c).

It would be good to move all of this logic (workspace retention rules parsing and workflow cloning when restarting, maybe potentially something else) to reana-workflow-controller to keep a clear boundary between reana-server and reana-workflow-controller.

@VMois
Copy link

VMois commented Jul 12, 2022

Related #478

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants