[jboss-jira] [JBoss JIRA] (WFLY-3430) Recurring Timers are called concurrently
Stuart Douglas (JIRA)
issues at jboss.org
Fri Jun 20 08:51:24 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978141#comment-12978141 ]
Stuart Douglas commented on WFLY-3430:
--------------------------------------
I think that @Schedule timers should not be executed concurrently either, otherwise there is the very real possibility of having multiple jobs for the same timer running constantly, if the job is taking longer than the schedule expiration time. If a user does want them to execute concurrently there is a very simple way to achieve this, namely have the timer execute an async EJB method, or use the new EE concurrency executors.
> Recurring Timers are called concurrently
> ----------------------------------------
>
> Key: WFLY-3430
> URL: https://issues.jboss.org/browse/WFLY-3430
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB
> Affects Versions: 8.1.0.Final
> Reporter: Carlos Barragan
> Assignee: Stuart Douglas
> Labels: timer
>
> According to https://docs.jboss.org/author/display/WFLY8/EJB+3+Reference+Guide recurring timers should not be executed concurrently.
> That is not the case. I don't think the current behavior is actually expected.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list