{"id":17994648,"url":"https://github.com/pansonpanson/distributed-job-scheduler","last_synced_at":"2026-01-28T22:33:53.785Z","repository":{"id":105232506,"uuid":"502579957","full_name":"PansonPanson/distributed-job-scheduler","owner":"PansonPanson","description":"挖坑，毕业后做了几年的任务调度，想聊聊分布式任务调度系统的设计与实现，打算先用 Java 写一版，之后再学习一下 Golang, 用 Golang 写一版","archived":false,"fork":false,"pushed_at":"2022-06-12T10:29:40.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-02T19:54:12.072Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/PansonPanson.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-12T10:08:48.000Z","updated_at":"2022-06-12T10:08:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"211afa55-1cd8-47d8-9b6b-6e4e8e229960","html_url":"https://github.com/PansonPanson/distributed-job-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PansonPanson/distributed-job-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PansonPanson%2Fdistributed-job-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PansonPanson%2Fdistributed-job-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PansonPanson%2Fdistributed-job-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PansonPanson%2Fdistributed-job-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PansonPanson","download_url":"https://codeload.github.com/PansonPanson/distributed-job-scheduler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PansonPanson%2Fdistributed-job-scheduler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28853567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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-29T20:15:56.541Z","updated_at":"2026-01-28T22:33:53.769Z","avatar_url":"https://github.com/PansonPanson.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 当我们在谈论任务调度系统时，我们谈什么\n挖坑，毕业后做了几年的任务调度，想聊聊分布式任务调度系统的设计与实现。\n避免一些不必要的麻烦，本仓库不涉及具体的业务信息，也不会以公司的业务数据的案例做示例。\n目前的计划是打算先用 Java 写一版，之后再学习一下 Golang, 用 Golang 写一版。\n\n————————————————\n先写个大纲，等补坑（龟速补坑\n## 任务调度系统的常见架构与角色\n+ master-slave\n+ p2p\n\n## 任务调度系统的常见问题\n+ 心跳机制\n+ 负载均衡\n+ 任务队列的分发与消费\n+ master-slave 架构模式下的高可用\n\n## 基于 master-slave 架构的任务调度系统的详细设计\n+ 如何 fix 以上常见问题\n+ 技术选型\n\n## 基于 master-slave 架构的任务调度系统的编码实现\n\n+ 高可用的 master 集群\n+ slave 集群的注册与心跳机制\n+ 数据的分发、slave 的消费、任务状态的流转、任务结果数据的保存\n+ ……\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansonpanson%2Fdistributed-job-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpansonpanson%2Fdistributed-job-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansonpanson%2Fdistributed-job-scheduler/lists"}