fix(update-checker): cached through updates (#4046)
This commit is contained in:
@@ -13,6 +13,7 @@ import { db } from "@homarr/db";
|
||||
import { logger } from "@homarr/log";
|
||||
|
||||
import { JobManager } from "./job-manager";
|
||||
import { onStartAsync } from "./on-start";
|
||||
|
||||
const server = fastify({
|
||||
maxParamLength: 5000,
|
||||
@@ -32,6 +33,7 @@ server.register(fastifyTRPCPlugin, {
|
||||
});
|
||||
|
||||
void (async () => {
|
||||
await onStartAsync();
|
||||
await jobGroup.initializeAsync();
|
||||
await jobGroup.startAllAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user