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.
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