package constants const ( ScheduleStatusStop = "stopped" ScheduleStatusRunning = "running" ScheduleStatusError = "error" ScheduleStatusErrorNotFoundNode = "Not Found Node" ScheduleStatusErrorNotFoundSpider = "Not Found Spider" )