Re: How can I stop a long run pgAgent job?

Поиск
Список
Период
Сортировка
От Adam Brusselback
Тема Re: How can I stop a long run pgAgent job?
Дата
Msg-id CAMjNa7f4_OhKfNtoFAf811ZM9-pBJoCBqZy34zJ4sQu2rxrAsQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How can I stop a long run pgAgent job?  (Fabio Pardi <f.pardi@portavita.eu>)
Список pgsql-general
As said, terminating a backend is the current way to kill a job.

An alternative if this is something you do often: https://github.com/GoSimpleLLC/jpgAgent
jpgAgent supports terminating a job by issuing a NOTIFY command on the correct channel like this: NOTIFY jpgagent_kill_job, 'job_id_here';
It works well with windows, and all the existing pgAgent admin tools work to manage it, it's just a drop in replacement for the agent portion.

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

Предыдущее
От: Łukasz Jarych
Дата:
Сообщение: Re: Using DSN Connection and knowing windows username
Следующее
От: Moreno Andreo
Дата:
Сообщение: pgp_sym_decrypt() - error 39000: wrong key or corrupt data