Posted inDatabase
pg_cron: Schedule Automated Jobs Inside PostgreSQL Without System Cron
pg_cron is an extension that lets you schedule recurring jobs directly inside PostgreSQL without needing system cron or pgAgent. This article walks through installation, creating jobs for log cleanup and materialized view refreshes, and practical tips for managing jobs effectively.
