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.
Hello, thanks for this plugin, it's very very good.
The
req-repeatworks on a "one-shot" logic, meaning when the number of times (tpart of thet@ssyntax) 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: 10swhich meanssend the request every 10 seconds. Possible values:s- secondsm- minutesh- hoursSemantically, it would fit better under the existing
req-repeatproperty, but I don't see a nice way of disambiguating them now, hence my current proposal.If you agree, I can place a PR.