feat(app): add TaskPoller, wire DI, and add task integration tests

This commit is contained in:
dailz
2026-04-15 21:31:17 +08:00
parent 3f8a680c99
commit 73504f9fdb
5 changed files with 607 additions and 19 deletions

View File

@@ -45,6 +45,7 @@ func TestRouterRegistration(t *testing.T) {
appH,
nil, nil, nil,
nil,
nil,
)
routes := router.Routes()
@@ -106,6 +107,7 @@ func TestSmokeGetJobsEndpoint(t *testing.T) {
appH,
nil, nil, nil,
nil,
nil,
)
w := httptest.NewRecorder()