{"id":15321036,"url":"https://github.com/qingwave/crond","last_synced_at":"2026-03-11T14:36:41.826Z","repository":{"id":112205107,"uuid":"221194617","full_name":"qingwave/crond","owner":"qingwave","description":"Simple container cron job based apline. Designed as sidecar for Kubernetes pods run cron job.","archived":false,"fork":false,"pushed_at":"2019-11-12T10:50:38.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T03:28:44.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/qingwave.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":"2019-11-12T10:48:20.000Z","updated_at":"2019-11-12T10:50:40.000Z","dependencies_parsed_at":"2023-03-13T13:29:06.146Z","dependency_job_id":null,"html_url":"https://github.com/qingwave/crond","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"879a392887a677d358d1d45a9e34cc9caaf55ef2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qingwave/crond","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fcrond","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fcrond/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fcrond/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fcrond/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qingwave","download_url":"https://codeload.github.com/qingwave/crond/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qingwave%2Fcrond/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30384074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"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":"2024-10-01T09:09:39.964Z","updated_at":"2026-03-11T14:36:41.804Z","avatar_url":"https://github.com/qingwave.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crond\n\nSimple container cron job based apline. Designed as sidecar for Kubernetes pods run cron job.\n\n## Usage\n\n- Use shared volumes to share path if needed\n- Set `CRON_SCHEDULE` to configure cron job\n- See [demo-cron.yaml](example/demo-cron.yaml) for a sample app\n\n### Standalone\nRun in Docker\n```sh\ndocker run -d --name crond --rm \\\n    --env CRON_SCHEDULE='$(CRON_SCHEDULE)'\\\n    qingwave/crond:latest\n```\n\nRun in k8s\n```sh\nkuectl run crond\\\n    --image=qingwave/crond:latest\\\n    --env=\"CRON_SCHEDULE=$(CRON_SCHEDULE)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwave%2Fcrond","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqingwave%2Fcrond","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwave%2Fcrond/lists"}