Windows best strategy to run pg_timetable #397
-
Hi, I see 2 ways to run pg_timetable on windows server 2016. Can you help me to define the best strategy for running pg_timetable when windows start ? Thanks for your help Rémy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, pg_timetable is a cross-platform application thus we have no specific OS functionality built in by default. Of course, pull requests implementing Windows service support are welcome! One will probably want to use x/sys package or go-svc for that. Another approach would be to use standalone service wrappers like winsw. Kind regards! |
Beta Was this translation helpful? Give feedback.
Hello,
pg_timetable is a cross-platform application thus we have no specific OS functionality built in by default.
That means one cannot run pg_timetable as a Windows service as is.
Of course, pull requests implementing Windows service support are welcome!
One will probably want to use x/sys package or go-svc for that.
Another approach would be to use standalone service wrappers like winsw.
Kind regards!