Add logs to debug worker performance on production (#14712)

As per title, just adding worker job execution time
This commit is contained in:
Charles Bochet
2025-09-25 10:38:42 +02:00
committed by GitHub
parent 7c6405cf5f
commit 71216b4db8
2 changed files with 6 additions and 7 deletions
@@ -35,12 +35,6 @@ export class CallWebhookJobsJob {
// Also change the openApi schema for webhooks
// packages/twenty-server/src/engine/core-modules/open-api/utils/computeWebhooks.utils.ts
this.logger.log(
'workspaceEventBatch',
workspaceEventBatch.name,
workspaceEventBatch.workspaceId,
workspaceEventBatch.events.length,
);
const [nameSingular, operation] = workspaceEventBatch.name.split('.');
const webhooks = await this.webhookService.findByOperations(