Merged in feature/splitqueryrunning (pull request #57)

Split Query Running + Debugging Full Flow

* completedquerysyncrunner

* spliitinglogic

* synccomplete

* informdependents

* only push same collector

* deps

* livetesting

* foundissue

* some issues resolved

* activeupdate

* collectorupdatefixes

* fix dbquesries

* tests

* tests

* pollingdebug
This commit is contained in:
Michael McGuinness
2025-02-11 15:22:59 +00:00
parent 24a038ec3d
commit 71f9802e1a
108 changed files with 3013 additions and 1666 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ func TestCreate(t *testing.T) {
).
Return(&sqs.SendMessageOutput{}, nil)
err = svc.Create(ctx, id)
err = svc.Clean(ctx, id)
assert.NoError(t, err)
}