Clean and finalize with a link for v0.1

This commit is contained in:
Bel LaPointe
2018-10-10 19:39:54 -06:00
parent 78e38f84d1
commit a3b9ef5ce5
4 changed files with 19 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ func (monitor *Monitor) loop() error {
if !ok {
logger.Fatal("queue contains illegal item")
}
monitor.trigger(item.URL)
go monitor.trigger(item.URL)
item.increment()
queue.Put(item)
if nextEvent, err = nextEventTime(queue); err != nil {