Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support waiting on cache entries #72

Open
AndreasBergmeier6176 opened this issue Aug 9, 2024 · 0 comments
Open

Support waiting on cache entries #72

AndreasBergmeier6176 opened this issue Aug 9, 2024 · 0 comments
Labels
enhancement New feature or request needs investigation It looks as though have all the information needed but investigation is required

Comments

@AndreasBergmeier6176
Copy link
Contributor

Currently waiting for cache entries is quite a bit of config:

- while:
    at_least_once: true
    check: errored()
    processors:
    - cache:
        resource: mem
        operator: get
        key: my_key

all this could be replaced by more straight-forward:

- cache:
    resource: mem
    operator: wait
    key: my_key
@mihaitodor mihaitodor added enhancement New feature or request needs investigation It looks as though have all the information needed but investigation is required labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs investigation It looks as though have all the information needed but investigation is required
Projects
None yet
Development

No branches or pull requests

2 participants