{"id":20148180,"url":"https://github.com/yurzi/cirno","last_synced_at":"2026-05-08T12:44:41.825Z","repository":{"id":227445230,"uuid":"770209372","full_name":"Yurzi/cirno","owner":"Yurzi","description":"A \"smartest\" task scheduler","archived":false,"fork":false,"pushed_at":"2024-08-04T20:37:33.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T04:38:58.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Yurzi.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":"2024-03-11T06:23:09.000Z","updated_at":"2024-08-04T20:37:25.000Z","dependencies_parsed_at":"2024-04-25T15:45:09.696Z","dependency_job_id":"7a9210e5-8b9a-4dbb-96d5-f78e449d2e42","html_url":"https://github.com/Yurzi/cirno","commit_stats":null,"previous_names":["yurzi/cirno"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yurzi%2Fcirno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yurzi%2Fcirno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yurzi%2Fcirno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yurzi%2Fcirno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yurzi","download_url":"https://codeload.github.com/Yurzi/cirno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587798,"owners_count":19986628,"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":[],"created_at":"2024-11-13T22:34:52.178Z","updated_at":"2026-05-08T12:44:41.795Z","avatar_url":"https://github.com/Yurzi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Cirno, a \"smartest\" processes scheduler\n\nCirno will help you to run tasks and keep your system away from freezing.\n\n## Usage\n\nSee `cirno --help` for details.\n\nThis `cirno` will send signal to control child process.\n\n`SIGALRM` is used to notify child when the child timeout.\n`SIGTERM` is used to terminate child when resources are insufficient.\n`SIGKILL` is used to kill child when child refused to self stop.\n\nWhen Cirno finds that the system load exceeds the set value,\nit will use the signal `SIGTERM` to temporarily terminate the task process in preparation for the next scheduling.\n\nWhen Cirno detects that a task has timed out,\nit will use the signal `SIGALRM` to notify the process and wait for process to exit on its own.\n\nWhen Cirno must terminate a process,\nit will help the process escape from child process hell (sending the signal `SIGINT` to its child processes),\nand check the child process status in the next scheduling loop.\nIf these do not work, then `SIGKILL` will be sent to all.\n\n## Examples\n\nRun with task list without task name.\n\n```\ncirno -w 2 examples.list\n```\n\nRun with task list which contains task name.\n\n```\ncirno -w 2 --with-task-name examples_with_taskname.list\n```\n\nSee `cirno --help` for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurzi%2Fcirno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurzi%2Fcirno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurzi%2Fcirno/lists"}