Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux