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
By default Herald will sleep for 1 minute after checking each of the sources independently. To set a different sleep time pass herald every, followed by a Hash of quantity => unit
Seconds
Herald.watch_twitter do
_for "soundofmusic"
every 30 => "seconds"
end
Hours
Herald.watch_rss do
_for "soundofmusic"
every 1 => "hour"
end
Days
Herald.watch_website do
_for "soundofmusic"
every 7 => "days"
end