jpgAgent (job scheduler) released. - Mailing list pgsql-announce

From Adam Brusselback
Subject jpgAgent (job scheduler) released.
Date
Msg-id CAMjNa7d4oA63GJd5q4RXjRBX=j1_+KxA7-TEZpVkPetFFo+TbA@mail.gmail.com
Whole thread Raw
List pgsql-announce
jpgAgent is a job scheduler for PostgreSQL written in Java. It is low overhead, and aims to be fully compatible with pgAgent.

In addition to being compatible with the existing pgAgent functionality, jpgAgent extends and enhances it further with annotations to support a much richer job scheduling workflow.

Here are a few of the additional features implemented:
  1. Timeouts - Specify an amount of time that a job/step can run for. If it runs longer the job/step will be killed by the scheduler.
  2. Parallel steps - Run multiple job steps in parallel.
  3. Email notifications - Send an email on job/step completion based on the status of the job/step (only if failed, all status, etc).
  4. Kill a running job - The ability to kill a job by sending a NOTIFY. Works for both batch, and sql steps.

pgsql-announce by date:

Previous
From: Gilles Darold
Date:
Subject: Ora2Pg v18.4 has been released
Next
From: Scott Mead
Date:
Subject: PostgreSQL packaged by BigSQL - Windows, OSX and Linux installers