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
This request is similar to #51 but much narrower in scope, namely to expand a special scheduledTime variable. Judging from the example given in #51, it seems the poster, @PhaedrusTheGreek, is also interested to expand time in the url. I speculate that scheduledTime would be one of the most useful variables to expand.
scheduledTime should be a long number representing milliseconds since epoch. I will be happy to work on a PR for this.
A more powerful and flexible solution would be to provide pre and post request hooks. Invoke the scripts with request, scheduledTime as bounded variables (as well as rufus scheduler job object if my PR #58 is accepted ;)
I will also be happy to provide PR using this approach even though I just need scheduledTime for now.
The text was updated successfully, but these errors were encountered:
hummingV
changed the title
trigger_time expansion in config
scheduledTime expansion in config
Jul 28, 2016
This request is similar to #51 but much narrower in scope, namely to expand a special
scheduledTime
variable. Judging from the example given in #51, it seems the poster, @PhaedrusTheGreek, is also interested to expand time in the url. I speculate thatscheduledTime
would be one of the most useful variables to expand.scheduledTime
should be a long number representing milliseconds since epoch. I will be happy to work on a PR for this.A more powerful and flexible solution would be to provide pre and post request hooks. Invoke the scripts with
request
,scheduledTime
as bounded variables (as well as rufus schedulerjob
object if my PR #58 is accepted ;)I will also be happy to provide PR using this approach even though I just need scheduledTime for now.
The text was updated successfully, but these errors were encountered: