Implement PIS task
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
"git.fjla.uk/owlboard/timetable-mgr/corpus"
|
||||
"git.fjla.uk/owlboard/timetable-mgr/helpers"
|
||||
"git.fjla.uk/owlboard/timetable-mgr/log"
|
||||
"git.fjla.uk/owlboard/timetable-mgr/pis"
|
||||
"git.fjla.uk/owlboard/timetable-mgr/stations"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
@@ -42,6 +43,7 @@ func runTicker(cfg *helpers.Configuration, stop <-chan struct{}) {
|
||||
go cif.CheckCif(cfg)
|
||||
go corpus.CheckCorpus(cfg)
|
||||
go stations.Check()
|
||||
go pis.Check()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user