Replies: 1 comment 1 reply
-
Please make yourself familiar on how to run applications as background processes on the operating system of your choice. If you're on Linux you should daemonize a process or use systemd, for example. If you're on Windows, there are some options as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed pg_timetable according to the steps from the official site (first, according to the official release packages and then according to the build from sources). After doing it, I scheduled the requests as a test but I noticed that every time I exit my terminal, pg_timetable logs off and on top of that, I have to work on 2 pages of the terminal (the first for recording requests in postgres and the second for keeping a session open). If I don't do it like this, the queries won't execute.
Beta Was this translation helpful? Give feedback.
All reactions