1

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

Channa
  • 742
  • 17
  • 28

1 Answers1

0

This command help me to resolve the conection failed issue:

UPDATE cron.job SET nodename = '';
buddemat
  • 4,552
  • 14
  • 29
  • 49