Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Built-in support pg_cron #8008

Open
ash0080 opened this issue Jan 10, 2022 · 1 comment
Open

[FR] Built-in support pg_cron #8008

ash0080 opened this issue Jan 10, 2022 · 1 comment
Labels
k/enhancement New feature or improve an existing feature

Comments

@ash0080
Copy link

ash0080 commented Jan 10, 2022

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

@ash0080 ash0080 added the k/enhancement New feature or improve an existing feature label Jan 10, 2022
@ash0080
Copy link
Author

ash0080 commented Jan 10, 2022

pg_cron

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k/enhancement New feature or improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant