hasura / hasura/graphql-engine

[FR] Built-in support pg_cron

Open
#8,008 1 comment 1 reaction 0 assignees View on GitHub
k/enhancement
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

I just want to perform some data cleanup or downgrade (e.g, downgrading user membership) periodically, but unfortunately, pg_cron is not part of the postgres standard extensions, so I can only do it by using a third-party docker image(or build one) for now.

There's no need to request a webhook outside of postgres to get something done, it's not only a waste of traffic, but also less robust

Contributor guide

Open the contributing guide

Research direction

The issue names no repository files, tests, or entry points. Start by investigating how PostgreSQL extensions and scheduled jobs are currently handled, then clarify the intended pg_cron integration, configuration, and supported behavior with maintainers before defining what completion means.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.