{"id":67058,"library":"carlescere-scheduler","title":"Scheduler","description":"Package scheduler is a cron replacement for scheduling periodic jobs in Go.","status":"active","version":"0.0.0-20170109141437-ee74d2f83d82","language":"go","source_language":null,"source_url":"https://github.com/carlescere/scheduler","tags":["scheduler","cron","jobs","periodic"],"install":[{"cmd":"go get github.com/carlescere/scheduler","lang":"bash","label":"Install github.com/carlescere/scheduler"}],"dependencies":[],"imports":[{"symbol":"scheduler","correct":"github.com/carlescere/scheduler"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/carlescere/scheduler\"\n)\n\nfunc main() {\n\tjob := func() {\n\t\tfmt.Println(\"Time's up!\")\n\t}\n\tscheduler.Every(5).Seconds().Run(job)\n\tselect {}\n}","lang":"go","description":"Schedule a job to run every 5 seconds."},"warnings":[],"env_vars":null,"search_vec":"'cron':6,15 'go':13 'job':11,16 'packag':2 'period':10,17 'replac':7 'schedul':1,3,9,14","created_at":"2026-06-17T17:32:23.454741+00:00","updated_at":"2026-06-17T17:32:23.454741+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/carlescere/scheduler","github":"https://github.com/carlescere/scheduler","docs":"https://pkg.go.dev/github.com/carlescere/scheduler#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-17","next_check":"2026-12-14","install_tag":null}}