fix(worker): remove clear cache for events count

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-26 11:53:08 +01:00
parent 27a945b567
commit 906a0d0bca

View File

@@ -75,6 +75,5 @@ const updateEventsCount = cacheable(async function updateEventsCount(
: organization.subscriptionPeriodEventsCountExceededAt,
},
});
await getOrganizationByProjectIdCached.clear(projectId);
}
}, 60 * 60);