Thread: schedulers

schedulers

From
Yves Dorfsman
Date:
I just want to confirm that currently there is no scheduler that isn't
dependent on a crontab (like PgAgent), that could be run entirely from within
PostgreSQL only.

Anybody knows of one?

--
http://yves.zioup.com
gpg: 4096R/32B0F416



Re: schedulers

From
Guillaume Lelarge
Date:
2015-05-03 16:10 GMT+02:00 Yves Dorfsman <yves@zioup.com>:

I just want to confirm that currently there is no scheduler that isn't
dependent on a crontab (like PgAgent), that could be run entirely from within
PostgreSQL only.

Anybody knows of one?


There's none.


--

Re: schedulers

From
Pavel Stehule
Date:


2015-05-03 16:40 GMT+02:00 Guillaume Lelarge <guillaume@lelarge.info>:
2015-05-03 16:10 GMT+02:00 Yves Dorfsman <yves@zioup.com>:

I just want to confirm that currently there is no scheduler that isn't
dependent on a crontab (like PgAgent), that could be run entirely from within
PostgreSQL only.

Anybody knows of one?


There's none.

it is not 100% true, although I don't know a quality of this extension - it is marked as VIP

https://github.com/zalando/elephant-worker

Regards

Pavel
 

Re: schedulers

From
Guillaume Lelarge
Date:
2015-05-03 16:55 GMT+02:00 Pavel Stehule <pavel.stehule@gmail.com>:


2015-05-03 16:40 GMT+02:00 Guillaume Lelarge <guillaume@lelarge.info>:
2015-05-03 16:10 GMT+02:00 Yves Dorfsman <yves@zioup.com>:

I just want to confirm that currently there is no scheduler that isn't
dependent on a crontab (like PgAgent), that could be run entirely from within
PostgreSQL only.

Anybody knows of one?


There's none.

it is not 100% true, although I don't know a quality of this extension - it is marked as VIP

https://github.com/zalando/elephant-worker


I stand corrected, thanks Pavel. Didn't know about that one.

So there no native one, but one as a background worker and it needs 9.4 at the veray least IIUIC.


--