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

Is it possible to add pg_dbms_job to shared_preload_libraries #6

Open
Eric-zch opened this issue Jul 8, 2022 · 5 comments
Open

Is it possible to add pg_dbms_job to shared_preload_libraries #6

Eric-zch opened this issue Jul 8, 2022 · 5 comments

Comments

@Eric-zch
Copy link

Eric-zch commented Jul 8, 2022

Hi There,

Instead of run the pg_dbms_job process manually, is it possible to add pg_dbms_job to shared_preload_libraries, and postgres can start and manage the process. Just like pg_cron?

Thank you.

@darold
Copy link
Contributor

darold commented Jul 8, 2022

Hi,

No, pg_dbms_job is a standalone deamon that you have to start interdependently of PostgreSQL to be able to execute the daemon on an other server in case of very high parallel job. I have in plan to also write it as a PostgreSQL background worker and in this case it will be loadable by shared_preload_libraries.

Best regards

@Eric-zch
Copy link
Author

@darold
Got it. Thank you.
I will start pg_dbms_job scheduler on a separate server. Also looking forward to the enhancements.

@rsabankar
Copy link

+1 for this request. It would be nice to have this loaded in shared_preload_libraries

@cwang9208
Copy link

+1 for this request.

@psavva
Copy link

psavva commented Jun 2, 2024

+1 for this request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants