From b5979b290d7fdf3f3410da06fa575f14dbdc195f Mon Sep 17 00:00:00 2001 From: Nevo David Date: Mon, 5 Jan 2026 17:55:02 +0700 Subject: [PATCH] feat: run old also --- apps/orchestrator/src/workflows/post.workflow.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/orchestrator/src/workflows/post.workflow.ts b/apps/orchestrator/src/workflows/post.workflow.ts index 75ef3c64..d31ad082 100644 --- a/apps/orchestrator/src/workflows/post.workflow.ts +++ b/apps/orchestrator/src/workflows/post.workflow.ts @@ -85,9 +85,6 @@ export async function postWorkflow({ // if it's a repeatable post, we should ignore this. if (!postNow) { - if (dayjs(post.publishDate).isBefore(dayjs())) { - return; - } await sleep(dayjs(post.publishDate).diff(dayjs(), 'millisecond')); }