{"id":50295,"library":"robfig-cron-v3","title":"robfig/cron","description":"Package cron implements a cron spec parser and job runner for scheduling recurring tasks.","status":"active","version":"3.0.1","language":"go","source_language":null,"source_url":"https://github.com/robfig/cron","tags":["cron","scheduler","job","timer"],"install":[{"cmd":"go get github.com/robfig/cron/v3","lang":"bash","label":"Install github.com/robfig/cron/v3"}],"dependencies":[],"imports":[{"symbol":"cron","correct":"github.com/robfig/cron/v3"}],"quickstart":{"code":"import \"github.com/robfig/cron/v3\"\n\nfunc main() {\n    c := cron.New()\n    c.AddFunc(\"@every 1m\", func() { println(\"tick\") })\n    c.Start()\n    select {}\n}","lang":"go","description":"Runs a job every minute using a cron scheduler."},"warnings":[{"fix":"Update cron expressions to include all 5 fields (minute, hour, day-of-month, month, day-of-week) with proper descriptors.","message":"v3 changed the parser to require field descriptors like '?' or '*' for day-of-week and day-of-month; v2 expressions may not work.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'cron':3,6,16 'implement':4 'job':10,18 'packag':2 'parser':8 'recur':14 'robfig/cron':1 'runner':11 'schedul':13,17 'spec':7 'task':15 'timer':19","created_at":"2026-06-15T04:47:44.102418+00:00","updated_at":"2026-06-15T04:47:44.102418+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/robfig/cron","github":"https://github.com/robfig/cron","docs":"https://pkg.go.dev/github.com/robfig/cron/v3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}