Actions
Bug #31310
closedOnly Redis glob strings are supported: /\Ajob_invocation
Difficulty:
Triaged:
No
Description
When using redis as rails cache store, RunHostsJob will fail when trying to wipe its cache entries. Different cache stores accept different arguments for delete_matched method, which we use to clean the cache. Redis expects a glob string instead of a regexp
Updated by Adam Ruzicka about 4 years ago
- Related to Bug #24866: Caching for job invocation macros added
Updated by Adam Ruzicka about 2 years ago
- Status changed from New to Closed
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/760 added
Updated by Adam Ruzicka about 2 years ago
- Fixed in Releases foreman_remote_execution-8.1.0 added
- Fixed in Releases deleted (
)
Actions