Allow caching of task runners

Description

Every time you execute a task runner,

  • Lucee template cache is cleared

  • WireBox's metadata cache is cleared

  • Wirebox's mapping for the CFC is unmapped and remapped

This ensure changes take affect right away, but can cause issue under load when you have multi-threaded execution of more than one task at the same time. Introduce a new config setting that skips these cache clearing steps on every run for multi-threaded production use.

Setting will default to false.

Activity

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

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created February 13, 2021 at 12:16 AM
Updated February 13, 2021 at 12:17 AM
Resolved February 13, 2021 at 12:17 AM