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
Apart from the name Http_poller, I think it would be more intuitive to stop the plugin after it has been scheduled by an in job or an at job respectively.
For instance if one configures the plugin to run in 1 minute from now (schedule => { "in" => "1m" } the plugin should stop after the request instead of doing nothing forever.
What do you think?
The text was updated successfully, but these errors were encountered:
Apart from the name Http_poller, I think it would be more intuitive to stop the plugin after it has been scheduled by an in job or an at job respectively.
For instance if one configures the plugin to run in 1 minute from now (
schedule => { "in" => "1m" }
the plugin should stop after the request instead of doing nothing forever.What do you think?
The text was updated successfully, but these errors were encountered: