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

Option to repeat request indefinitely #37

Open
raphaklaus opened this issue Oct 28, 2024 · 0 comments
Open

Option to repeat request indefinitely #37

raphaklaus opened this issue Oct 28, 2024 · 0 comments

Comments

@raphaklaus
Copy link

Hello, thanks for this plugin, it's very very good.

The req-repeat works on a "one-shot" logic, meaning when the number of times (t part of the t@s syntax) has been exhausted, the execution stops.

My use case is that I'm building a dashboard that needs "live data". I'd like to have something like: req-live-repeat: 10s which means send the request every 10 seconds. Possible values:

  • s - seconds
  • m - minutes
  • h - hours

Semantically, it would fit better under the existing req-repeat property, but I don't see a nice way of disambiguating them now, hence my current proposal.

If you agree, I can place a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant