Re: PostgreSQL intenal scheduler?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL intenal scheduler?
Date: 2018-09-05 21:01:03
Message-ID: 11773f6e-f43c-3697-8941-e85fdf7d251b@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Maybe https://github.com/chanks/que is what you need.

On 09/05/2018 02:35 PM, Thiemo Kellner wrote:
> I have seen pg_cron but it is not what I am looking for. It schedules
> tasks only by time. I am looking for a fifo queue. pg_cron neither
> prevents from simultaneous runs I believe.
>
> Quoting Thomas Kellerer <spam_eater(at)gmx(dot)net>:
>
>> There is no built-in scheduler, but there is an extension that supplies that
>>
>> https://github.com/citusdata/pg_cron
>
>
>
>

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thiemo Kellner 2018-09-05 22:03:31 Re: PostgreSQL intenal scheduler?
Previous Message Thiemo Kellner 2018-09-05 19:35:49 Re: PostgreSQL intenal scheduler?