Scheduled Tasks: Inject module context variables to module schedulers and inject global context into global scheduler

Description

See discussion here for context.

TLDR:
It would be handy to have module context variables including the module name or settings injected into module schedulers similar to how ModuleConfig works. Additionally, the global scheduler (and module schedulers) would benefit from having access to some context variables like `appName` and `appMapping`, etc...

These additions would give developers more flexibility and control over their Coldbox scheduled tasks.

All Schedulers

All schedulers will have the following automatic injections:

Property

Description

controller

The ColdBox running app controller

cachebox

The CacheBox reference

wirebox

The WireBox reference

log

A configured LogBox logger

coldboxVersion

The ColdBox version you are running

appMapping

The ColdBox app mapping

getJavaSystem()

Function to get access to the java system

getSystemSetting()

Retrieve a Java System property or env value by name. It looks at properties first then environment variables

getSystemProperty()

Retrieve a Java System property value by key

getEnv()

Retrieve a Java System environment value by name

Module Schedulers

All module schedulers will have the following extra automatic injections:

Property

Description

moduleMapping

The module’s mapping

modulePath

The module’s path on disk

moduleSettings

The module’s settings structure

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Sentry

Created November 18, 2021 at 7:12 PM
Updated June 20, 2022 at 9:27 PM
Resolved June 20, 2022 at 9:27 PM