
How to run cron jobs in Postgres without extra infrastructure
created: May 28, 2025, 10:14 a.m. | updated: May 31, 2025, 6:14 a.m.
Scheduling – supports both delayed and recurring (CRON) jobs.
– supports both delayed and recurring (CRON) jobs.
NOTE: Since PgBoss runs in the same process as your Wasp app, CPU-heavy jobs can impact API responsiveness.
Recurring (CRON) jobs (e.g., daily digest emails).
findMany ( {} )const { textContent , htmlContent } = generateMatchSummary ( matches )const summary = await emailSender .
1 week, 5 days ago: Hacker News