You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cfg.LivePaymentInterval=fs.Duration("livePaymentInterval", *cfg.LivePaymentInterval, "Interval to pay process Gateway <> Orchestrator Payments for Live AI Video")
77
78
cfg.LiveOutSegmentTimeout=fs.Duration("liveOutSegmentTimeout", *cfg.LiveOutSegmentTimeout, "Timeout duration to wait the output segment to be available in the Live AI pipeline; defaults to no timeout")
78
79
cfg.LiveAISaveNSegments=fs.Int("liveAISaveNSegments", 10, "Set how many segments to save to disk for debugging (both input and output)")
80
+
cfg.LiveAICapReportInterval=fs.Duration("liveAICapReportInterval", 25*time.Minute, "Interval to report Live AI container capacity metrics")
79
81
80
82
// Onchain:
81
83
cfg.EthAcctAddr=fs.String("ethAcctAddr", *cfg.EthAcctAddr, "Existing Eth account address. For use when multiple ETH accounts exist in the keystore directory")
// TODO revert the changes from https://github.com/livepeer/go-livepeer/commit/905c3144707f1b682667828f350006c5a2e0a3a8#diff-f032101b11930379f2dd15d9a82631fa0a38d87f16760d7bc5423d25c56d3b4f
249
+
// TODO revert the changes from https://github.com/livepeer/go-livepeer/commit/905c3144707f1b682667828f350006c5a2e0a3a8#diff-f032101b11930379f2dd15d9a82631fa0a38d87f16760d7bc5423d25c56d3b4f ?
250
250
// go reportLiveAICapacity(allOrchDescrCh, caps)
251
251
252
252
// use a timer to time out the entire get info loop below
0 commit comments