jpgAgent (job scheduler) released.

From: Adam Brusselback <adambrusselback(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: jpgAgent (job scheduler) released.
Date: 2016-04-25 14:48:27
Message-ID: CAMjNa7d4oA63GJd5q4RXjRBX=j1_+KxA7-TEZpVkPetFFo+TbA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Homepage: https://github.com/Tostino/jpgAgent
Compiled releases: https://github.com/Tostino/jpgAgent/releases

Browse pgsql-announce by date

  From Date Subject
Next Message Scott Mead 2016-04-25 15:56:09 PostgreSQL packaged by BigSQL - Windows, OSX and Linux installers
Previous Message David Fetter 2016-04-24 21:50:58 == PostgreSQL Weekly News - April 24 2016 ==