{"id":44022022,"url":"https://github.com/networkteam/minicron","last_synced_at":"2026-02-07T16:36:12.737Z","repository":{"id":68425496,"uuid":"103268965","full_name":"networkteam/minicron","owner":"networkteam","description":"A small cloud-native cron alternative to run multiple scheduled commands (especially in Docker containers)","archived":false,"fork":false,"pushed_at":"2024-04-01T07:24:27.000Z","size":810,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-19T04:19:22.946Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/networkteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-12T12:40:10.000Z","updated_at":"2024-04-01T07:25:13.000Z","dependencies_parsed_at":"2024-06-19T04:07:24.830Z","dependency_job_id":"5874fd1f-94d5-4b8a-a582-30752771b7f6","html_url":"https://github.com/networkteam/minicron","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/networkteam/minicron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fminicron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fminicron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fminicron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fminicron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/networkteam","download_url":"https://codeload.github.com/networkteam/minicron/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/networkteam%2Fminicron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29199916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T16:28:23.579Z","status":"ssl_error","status_checked_at":"2026-02-07T16:28:22.566Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-07T16:36:12.645Z","updated_at":"2026-02-07T16:36:12.699Z","avatar_url":"https://github.com/networkteam.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minicron\n\nA small cloud-native cron alternative to run multiple scheduled commands (especially in Docker containers).\n\n## Usage\n\nPass multiple commands with `-c` each with `[name]`, `[schedule]` and `[command]`:\n\n    minicron -v -c sleep \"@every 7s\" \"sleep 11\"\\\n                -c sing \"0 0 12 * * 1-5\" \"echo Lunch\"\n\nSee https://godoc.org/github.com/robfig/cron for the complete interval / schedule syntax.\n\nMinicron will prevent multiple command executions if a command is still running. Stdout / Stderr output is combined for all commands.\n\nNote: Commands are exec'd without a subshell.\n\n## Running in Docker\n\n    docker pull networkteamcom/minicron\n    docker run -it --rm networkteamcom/minicron -v -c \"test\" \"@every 5s\" \"echo Test\"\n\nBut most of the time you might want to use this in a [multi-stage build](https://docs.docker.com/engine/userguide/eng-image/multistage-build/#use-multi-stage-builds) to copy the static binary to another image.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworkteam%2Fminicron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetworkteam%2Fminicron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetworkteam%2Fminicron/lists"}