You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by "Paul Merlin (JIRA)" <ji...@apache.org> on 2016/12/29 18:24:58 UTC

[jira] [Resolved] (POLYGENE-156) Remove Scheduler library

     [ https://issues.apache.org/jira/browse/POLYGENE-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Merlin resolved POLYGENE-156.
----------------------------------
    Resolution: Fixed

> Remove Scheduler library
> ------------------------
>
>                 Key: POLYGENE-156
>                 URL: https://issues.apache.org/jira/browse/POLYGENE-156
>             Project: Polygene
>          Issue Type: Task
>            Reporter: Niclas Hedhman
>            Assignee: Niclas Hedhman
>             Fix For: 3.0
>
>
> The Scheduler library is dependent on Quartz which is capable of persisted schedules. However, after trying several times to integrate that mechanism into Entity Stores of Zest, it is apparent that Quartz assumes an SQL store under the hood, and effectively has leaky abstractions.
> On top of that, the Scheduler Library are loosing schedule executions due to its wrong way of integrating persistence with Quartz. This is a very serious bug, and we can't seem to be able to fix it.
> We have therefor decided to drop this library entirely.
> We recommend that an external scheduler is used instead, possibly via a Rest interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)