docs: add ADR 0004 for work delegation interface - #6747
Open
dennislapchenko wants to merge 1 commit into
Open
Conversation
Proposes standard interface for delegating project commands, like it was asked on runatlantis#3791, so that k8s Jobs, remote workers and queue based flavors can be argued separately from the seam itself. Seam sits on project command (prjCmdRunnerFunc), which is already unit of parallelism, of project lock, of streaming jobID and of PlanStore keying. Pluggable job output is named as hard prerequisite, because it is the one piece of shared state which has no backend today. Relates: runatlantis#3791, runatlantis#6694, runatlantis#6742, runatlantis#1571 Signed-off-by: Deniss Solnce <dennis.lapchenko@gmail.com>
1 task
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
why
What it decides:
prjCmdRunnerFunc). Same granularity is already used byrunProjectCmdsParallel, by project lock, by streamingjobIDand byPlanStorekeying. Per shell command and per whole command are rejected, with reasonsExecutorinterface withLocalExecutoras default which changes no behaviour,RunIDas fencing token, at-most-once contract for side effectscommand.ProjectContext, which carrieslogging.SimpleLoggingand fields derived from VCStests
markdownlint-cli2with repo config passesreferences