fix(core): defer cyclic layer dependencies
This commit is contained in:
parent
22c23cb44c
commit
c4830c147d
4 changed files with 16 additions and 3 deletions
|
|
@ -1033,7 +1033,8 @@ const SHELL_MAX_CAPTURE_BYTES = 1024 * 1024
|
|||
export const node = makeGlobalNode({
|
||||
service: Service,
|
||||
layer: layer.pipe(Layer.orDie),
|
||||
deps: [
|
||||
// Defer the execution node across the Session/runner module cycle until the graph is compiled.
|
||||
deps: () => [
|
||||
Job.node,
|
||||
Database.node,
|
||||
EventV2.node,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue