hasura / hasura/graphql-engine
[FR] Built-in support pg_cron
- 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
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