From ee4f37f6fcd2249ff6812f60798282c220db444d Mon Sep 17 00:00:00 2001 From: mckrava Date: Wed, 3 Apr 2024 18:26:39 +0300 Subject: [PATCH] feat: run one time jobs --- .../aggregatorStateManager/oneTimeJobsManager.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/aggregatorStateManager/oneTimeJobsManager.service.ts b/src/modules/aggregatorStateManager/oneTimeJobsManager.service.ts index b870b39..7a6054c 100644 --- a/src/modules/aggregatorStateManager/oneTimeJobsManager.service.ts +++ b/src/modules/aggregatorStateManager/oneTimeJobsManager.service.ts @@ -12,12 +12,12 @@ type OneTimeJob = { id: string; action: string } & { const oneTimeJobsList: OneTimeJob[] = [ { - id: '1712148386341', + id: '1712157944560', action: 'removeAllActiveJobs', payload: {}, }, { - id: '1712148398499', + id: '1712157951485', action: 'redisBgrewriteaof', payload: {}, },