Remove run node UI and expire registrations
This commit is contained in:
@@ -168,7 +168,7 @@ func TestRunSessionPersistsAndSignedEnvelopeRejectsReplay(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("reload store: %v", err)
|
||||
}
|
||||
reloaded := newCoreService(reloadedStore, func() time.Time { return now.Add(time.Minute) })
|
||||
reloaded := newCoreService(reloadedStore, func() time.Time { return now.Add(runHeartbeatStaleAfter / 2) })
|
||||
result, err := reloaded.AcceptRunHeartbeat(domain.RunControlHeartbeat{
|
||||
RunEndpointID: "run-local", SessionToken: hello.SessionToken, Version: "0.1.1",
|
||||
Status: domain.RunEndpointStatusOnline, CapabilityFingerprint: "cap-jobs",
|
||||
|
||||
Reference in New Issue
Block a user