{"id":50632972,"url":"https://github.com/jdp5949/rusty-sched","last_synced_at":"2026-06-07T00:01:45.720Z","repository":{"id":358777794,"uuid":"1243038164","full_name":"jdp5949/rusty-sched","owner":"jdp5949","description":"Autosys OSS clone in Rust — single binary, SQLite/Postgres, conditions DSL, JIL import, live logs, retries, alerts, Web UI. Zero deps.","archived":false,"fork":false,"pushed_at":"2026-06-06T22:53:07.000Z","size":1751,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T23:14:14.564Z","etag":null,"topics":["autosys","axum","cli","cron","devops","etl","ha","job-scheduler","raft","rust","scheduler","sqlite","webhook","workflow"],"latest_commit_sha":null,"homepage":"https://jdp5949.github.io/rusty-sched/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdp5949.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-19T01:58:18.000Z","updated_at":"2026-06-06T22:53:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jdp5949/rusty-sched","commit_stats":null,"previous_names":["jdp5949/rusty-sched"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdp5949/rusty-sched","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdp5949%2Frusty-sched","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdp5949%2Frusty-sched/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdp5949%2Frusty-sched/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdp5949%2Frusty-sched/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdp5949","download_url":"https://codeload.github.com/jdp5949/rusty-sched/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdp5949%2Frusty-sched/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34003814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["autosys","axum","cli","cron","devops","etl","ha","job-scheduler","raft","rust","scheduler","sqlite","webhook","workflow"],"created_at":"2026-06-07T00:01:04.788Z","updated_at":"2026-06-07T00:01:45.701Z","avatar_url":"https://github.com/jdp5949.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusty-sched\n\nAutosys-class job scheduler with a Cronicle-style web UI. Single Rust binary,\nembedded SQLite, zero external deps. Cross-platform.\n\n\u003e **Status:** v2 (in progress) — Cronicle-model simplification. One server\n\u003e process runs the scheduler, REST API, web UI and SQLite. See the\n\u003e [v2 design doc](docs/superpowers/specs/2026-06-06-v2-cronicle-simplify-design.md).\n\u003e\n\u003e Raft HA, gRPC remote agents and Postgres were **removed in v2** to keep the\n\u003e project simple to run and maintain (Cronicle model). The `Executor` trait\n\u003e remains the seam if simple HTTP satellite workers are added later.\n\n## Why\n\n- Cron: no monitoring, no UI, no dependencies/retries/SLAs.\n- Airflow: too heavy for \"just run things on a schedule.\"\n- Autosys / Control-M: $$$, closed source, heavy ops.\n- rusty-sched: one binary, polished web UI (4 themes), runs anything\n  (shell / ETL / app), with retries, SLAs, dependencies, calendars, virtual\n  resources, JIL import, conditions DSL, alerts and an audit log.\n\n## Quickstart\n\n```bash\n# install (cross-platform release binaries)\ncurl -fsSL https://github.com/jdp5949/rusty-sched/releases/latest/download/install.sh | sh\n\n# run the server (SQLite auto-created in the OS data dir)\nrusty-sched server\n\n# open http://localhost:8080  (default user: admin)\n```\n\n## Build from source\n\n```bash\ngit clone https://github.com/jdp5949/rusty-sched\ncd rusty-sched\njust ci      # fmt + clippy + test\njust build\n```\n\n## License\n\nDual-licensed under MIT or Apache-2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdp5949%2Frusty-sched","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdp5949%2Frusty-sched","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdp5949%2Frusty-sched/lists"}