Skip to content

Cache Rules Everything Around Me

Latest
Compare
Choose a tag to compare
@desertaxle desertaxle released this 20 Sep 13:55
· 1 commit to main since this release
d9c51bc

This release introduces improvements to cache policy configuration, offering developers more control and flexibility in managing task result caching:

  • Customizable Storage Location: Specify where cache entries are stored using the key_storage parameter.
  • Configurable Isolation Level: Set the isolation level for cache access with the isolation_level parameter.
  • Locking Mechanism: Implement concurrent access control using the lock_manager parameter.

These enhancements allow for more sophisticated caching strategies, improving performance and resource management in complex workflows.

To learn more about these changes, check out the task caching docs.

New Features 🎉

  • Add key_storage, isolation_level and lock_manager configuration to cache policies by @desertaxle in #15382

Enhancements ➕➕

Bug Fixes 🐞

Integrations & Dependencies 🤝

Development & Tidiness 🧹

New Contributors

Full Changelog: 3.0.2...3.0.3