John D. Ament created DELTASPIKE-651:
----------------------------------------
Summary: Support for disabling scope activation globally
Key: DELTASPIKE-651
URL: https://issues.apache.org/jira/browse/DELTASPIKE-651
Project: DeltaSpike
Issue Type: Improvement
Components: Scheduler
Affects Versions: 1.0.0
Reporter: John D. Ament
Assignee: John D. Ament
Fix For: 1.0.1
The Scheduler always attempts to start scopes listed. For basic use cases, if
my job is ApplicationScoped that can be assumed to be started for the scheduler
to operate. We should support a configuration parameter, more of a performance
optimization, to not require the scopes to be activated.
You can add deltaspike.scheduler.start_scopes_for_jobs to your ConfigSource
with the value of false, and scopes won't be attempted to be started.
As a result, the Scheduler now has an optional dependency on CDI SE/CDI Context
Control module as well, which will help with adoption.
--
This message was sent by Atlassian JIRA
(v6.2#6252)