Page MenuHomePhabricator

Split orchestrator's "invariants" object into actually-invariant OrchestratorConfig vs. call-specific RequestContext
Open, In Progress, MediumPublic

Description

Noticed when thinking about T418016: Banish circular refrences from Invariants. The object is doing double-duty, which is confusing and unnecessary.

Event Timeline

Good idea. We've already added wfConfig as the wrapper for both Invariants (including orchestrator config) and things like scope. A further reworking of this stuff absolutely makes sense.

Jdforrester-WMF changed the task status from Open to In Progress.Wed, Jun 3, 7:45 PM
Jdforrester-WMF claimed this task.

Cool, will give this a whirl.