-
Enhancement
-
Resolution: Done
-
Major
-
1.3.0.Beta1
-
None
Currently jberet-schedule-executor looks up the default ManagedScheduledExecutorService resource by its jndi name "java:comp/DefaultManagedScheduledExecutorService". While this works for most cases, some applications may have customized ManagedScheduledExecutorService resources for specific tasks, for instance, for long-running jobs vs short-lived jobs.
Note that for job scheduling, all tasks submitted to the ManagedScheduledExecutorService resource are short tasks, which simply call batch JobOperator and are done.
- is related to
-
JBERET-277 Document scheduler and scheduling features in JBeret
- Open
- relates to
-
JBERET-222 Support Batch Job Scheduling
- Resolved
-
JBERET-224 Add Job Scheduling API to jberet-rest-api
- Resolved