You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thet@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 meanssend the request every 10 seconds
. Possible values:s
- secondsm
- minutesh
- hoursSemantically, 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.
The text was updated successfully, but these errors were encountered: