Connection failed with pg_cron extension

1.2k views Asked by At

Need help with pg_cron extension: I'm using it for the first time: it is failing for me with 'connection failed' error. I have followed all https://github.com/citusdata/pg_cron mentioned instructions. Can anyone help me with it: In my case, it is failing with connection failure error. However, in actual db logs I can't see any error. Why does it happening?

enter image description here

1

There are 1 answers

0
Luc Caya On

This command help me to resolve the conection failed issue:

UPDATE cron.job SET nodename = '';