-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Configure Processes with Subsystems #10156
Comments
This comment has been minimized.
This comment has been minimized.
stuhood
changed the title
Configure Processes with (scoped) Subsystems
Configure Processes with Subsystems
Jul 15, 2020
The motivation for this issue has probably been removed by per- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few different usecases for per-
Process
configuration:--cache[-scope]-ignore
)This would involve at least two components:
Subsystem
s in rules.Subsystem
reference toProcess
that would be consumed for timeout and cache values.Open questions:
--cache[-scope]-ignore
syntax would be great, but the other options related to processes are not cache related... ie:--process[-scope]-timeouts
.process
Subsystem
would not be scoped... rather, subclassed. Because an unscoped--process-extra-args
would not make sense in general.The text was updated successfully, but these errors were encountered: