Remove tick log because it's kinda pointless

This commit is contained in:
IamTheFij 2018-08-03 17:48:23 -07:00
parent da50191759
commit e032fe6a66
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ func main() {
// Start the loop
for {
fmt.Println("Tick...")
// HACK: This is risky as it could fall on the same interval as a task and that task would get skipped
// It would be best to manage a ContainerID to Job mapping and then remove entries that are missing
// in the new list and add new entries. However, cron does not support this yet.