Home / Companies / Supabase / Blog / Post Details
Content Deep Dive

Postgres as a CRON Server

Blog post from Supabase

Post Details
Company
Date Published
Author
Paul Copplestone
Word Count
1,199
Company Posts That Month
18
Language
English
Hacker News Points
-
Post removed?
No
Summary

Postgres, a powerful open-source relational database management system, can be extended to function as a cron server using the pg_cron extension. This allows users to schedule periodic tasks within their Postgres database, such as triggering webhooks at fixed times or intervals. The process involves enabling the extension and granting access to non-superuser roles for scheduling jobs. Additionally, another extension called pgsql-http can be used for sending HTTP requests from Postgres functions. This combination of features makes Postgres a versatile tool for managing various types of scheduled tasks.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Serverless 1 529 97 40 +36%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.