Re: PG_Cron - Error Message Connection failed

Поиск
Список
Период
Сортировка
От Fabricio Pedroso Jorge
Тема Re: PG_Cron - Error Message Connection failed
Дата
Msg-id CAJDTwK1M9XCP2dGA_Vq0Cpbi92VbUSxFypMU0esiJ6iVLe6y9w@mail.gmail.com
обсуждение исходный текст
Ответ на PG_Cron - Error Message Connection failed  (FOUTE K. Jaurès <jauresfoute@gmail.com>)
Ответы Re: PG_Cron - Error Message Connection failed
Список pgsql-general
Try checking the view cron.job, column "nodename", if it's set to "localhost", change it (via an UPDATE) to the address defined in "listen_address" parameter and see if this works. 

Em sex., 12 de mai. de 2023 às 17:00, FOUTE K. Jaurès <jauresfoute@gmail.com> escreveu:
Hello everyone,

Can someone help me to understand this issue. I installed and configured pg_cron on the server and I was able to connect without providing a password using psql command line.
But when i schedule a job, like this: SELECT cron.schedule( 'TEST','30 seconds', $$SELECT 1$$);
the result show 
image.png

Any help is welcome

--
Jaurès FOUTE


--
Fabrício Pedroso Jorge.
Database Architect / Database Engineer

LinkedIn Profile
http://br.linkedin.com/in/fabriciojorge

Contacts:
+ 353 085 8221706
fpjbito@gmail.com

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: FOUTE K. Jaurès
Дата:
Сообщение: PG_Cron - Error Message Connection failed
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Adding SHOW CREATE TABLE