{"id":19993151,"url":"https://github.com/360digitech/chronus","last_synced_at":"2025-05-04T12:30:54.454Z","repository":{"id":40740348,"uuid":"212300461","full_name":"360digitech/chronus","owner":"360digitech","description":"Chronus是360数科技术团队基于阿里开源项目TBSchedule重写的分布式调度。","archived":false,"fork":false,"pushed_at":"2022-12-14T15:17:38.000Z","size":7060,"stargazers_count":178,"open_issues_count":25,"forks_count":63,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-11-13T04:56:00.729Z","etag":null,"topics":["chronus","cncf","dubbo","java","jobs","microservice","scheduler","spring-boot","springcloud","task"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/360digitech.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}},"created_at":"2019-10-02T09:25:29.000Z","updated_at":"2024-11-12T10:10:32.000Z","dependencies_parsed_at":"2023-01-28T23:46:11.488Z","dependency_job_id":null,"html_url":"https://github.com/360digitech/chronus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360digitech%2Fchronus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360digitech%2Fchronus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360digitech%2Fchronus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/360digitech%2Fchronus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/360digitech","download_url":"https://codeload.github.com/360digitech/chronus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252334162,"owners_count":21731351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chronus","cncf","dubbo","java","jobs","microservice","scheduler","spring-boot","springcloud","task"],"created_at":"2024-11-13T04:52:29.136Z","updated_at":"2025-05-04T12:30:49.446Z","avatar_url":"https://github.com/360digitech.png","language":"Java","readme":"![Logo](doc/images/chronus-logo(380x90).png)\n\n**Chronus**是360金融技术团队基于阿里开源项目-TBSchedule进行重写的分布式调度平台，内部经历了5个里程碑版本。平台零开发，无缝支持Dubbo、HTTP协议，期望成为微服务生态轻量级分布式调度平台。为了回馈开源社区，保证开源质量、稳定性，持续投入，开源内部生产版本，内外部版本保持一致。得益于继承TBSchedule良好设计思想，Chronus经过大量Job生产验证，稳定性达99.999%。\n                                                                       \n## Architecture\n\n![Architecture](doc/images/architecture.png)\n\n## Features\n\n* 平台零开发，业务系统引入SDK，实现接口即可。 \n* Master-Worker模式，分布式集群调度，水平扩展，任务自动故障转移，解决大量job调度问题。\n* 调度组物理隔离，基于TAG实现Job的物理隔离执行，重要业务不受影响。\n* 细粒度权限控制，符合内控安全需求。\n* 外部依赖插件化，支持多种注册方式、多种存储方式。\n* 界面友好，丰富的管理功能。\n\n## Getting started\n\n### Maven dependency\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.qihoo.finance.chronus\u003c/groupId\u003e\n    \u003cartifactId\u003echronus\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Defining spring bean handler\n\n```java\n@Service(\"selectExecuteBean\")\npublic class SelectExecuteBean implements ChronusSdkSingleJob\u003cInteger\u003e {\n    private static final Logger logger = LogManager.getLogger(SelectExecuteBean.class);\n\n    @Override\n    public List\u003cInteger\u003e selectTasks(String taskParameter, List\u003cTaskItemDefineDomain\u003e list, int eachFetchDataNum) throws Exception {\n        List\u003cInteger\u003e result = new ArrayList\u003c\u003e();\n        //查询数据集合\n        return result;\n    }\n\n    @Override\n    public boolean execute(Integer domain, String taskParameter) throws Exception {\n        // 处理集合中的每一项\n        return true;\n    }\n}\n\n```\n\n## Document\n\n## Screenshot\n![login_screenshot](doc/images/login_screenshot.png)\n![task_list_screenshot](doc/images/task_list_screenshot.png)\n![task_edit_screenshot](doc/images/task_edit_screenshot.png)\n![log_list_screenshot](doc/images/log_list_screenshot.png)\n \n\n## Downloads\n\n## Contact\n\n* Website: [https://www.360jinrong.net](https://www.360jinrong.net)\n* Mail: [dev-service@360jinrong.net](dev-service@360jinrong.net)\n* Bugs: [Issues](https://github.com/360jinrong/Chronus/issues/new?template=chronus-issue-report-template.md)\n\n## Who Uses Chronus\n请在 [谁在使用Chronus #18](https://github.com/360jinrong/chronus/issues/18) 提供您的信息共同改变Chronus\n\n![360金融](doc/userwall/360jinrong.svg)\n\n## License\n\n[Apache 2.0 license.](/LICENSE) Copyright (C) 360 Finance, Inc.\n","funding_links":[],"categories":["Java","任务调度"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F360digitech%2Fchronus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F360digitech%2Fchronus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F360digitech%2Fchronus/lists"}