pg_timetable icon indicating copy to clipboard operation
pg_timetable copied to clipboard

pg_timetable: Advanced scheduling for PostgreSQL

Results 5 pg_timetable issues
Sort by recently updated
recently updated
newest added

client_pid(worker_pid) The server running pg_timetable may be different, but coincidentally the pid may be the same. At my docker enviroment, serveral same pid(differnt docker constainer) happended. Duplicate execution can be...

Add support for multiple databases into `pg_timetable` service in the following way:   When connected to system database (`postgres`) or when `--cluster` argument is used then use `pg_database` (or some granted...

enhancement

I was wondering if there is any chance to refactor this to an extension. There are several Golang psql extensions already, so - at least theoretically - that seems feasible....

enhancement

The documentation says a rich REST API for start/stop etc . But then only liveness and readyness is listed?

enhancement

I created a job using the add_job function as shown here: ``` SELECT timetable.add_job(job_name => 'run-hdu-listener', job_client_name => 'cougar_pg_timetable', job_schedule => '@every 5 mins', job_command => 'SELECT hdu.listener()', job_self_destruct =>...

question