Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mcuadros/ofelia
/ shutdown
Method
shutdown
cli/daemon.go:78–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
func
(c *DaemonCommand) shutdown() error {
79
<-c.done
80
if
!c.scheduler.IsRunning() {
81
return
nil
82
}
83
84
c.scheduler.Logger.Warningf(
"Waiting running jobs."
)
85
return
c.scheduler.Stop()
86
}
Callers
1
Execute
Method · 0.95
Calls
3
IsRunning
Method · 0.80
Warningf
Method · 0.65
Stop
Method · 0.45
Tested by
no test coverage detected