citusdata / citusdata/pg_cron

cron.job_run_details is still empty

Open
#259 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
3.9k
Forks
260
Avg merge
5d 5h
Merged PRs (30d)
1

Description

Hi
I have installed /configured pg_cron for may database aps . I have scheduled some jobs like :
aps=> SELECT cron.schedule('0 10 * * *', 'VACUUM');
schedule
----------
1
(1 row)
and
aps=> select * from cron.job_run_details order by start_time desc limit 5;
jobid | runid | job_pid | database | username | command | status | return_message | start_time | end_time
-------+-------+---------+----------+----------+---------+--------+----------------+------------+----------
(0 rows)
the pg_cron table is always empty

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.