Re: elegant and effective way for running jobs inside a database

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: elegant and effective way for running jobs inside a database
Дата
Msg-id m2aa3te765.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: elegant and effective way for running jobs inside a database  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: elegant and effective way for running jobs inside a database
Re: elegant and effective way for running jobs inside a database
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Activity and discretion beyond that could be defined in PL code,
> including run/don't run conditions, activities, and dependancies.  The
> only thing Postgres doesn't currently have is a clock which fires
> events.  Anything we try to implement which is more complex than the
> above is going to not work for someone.  And the pg_agent could be
> adapted easily to use the Postgres clock instead of cron.

Oh, you mean like a ticker?  If only we knew about a project that did
implement a ticker, in C, using the PostgreSQL licence, and who's using
it in large scale production.  While at it, if such a ticker could be
used to implement job queues…
 https://github.com/markokr/skytools/tree/master/sql/ticker

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: foreign key locks, 2nd attempt
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Dropping PL language retains support functions