{"id":25307589,"url":"https://github.com/rogusdev/recurring-tasks","last_synced_at":"2026-02-18T11:04:30.776Z","repository":{"id":275646926,"uuid":"926735214","full_name":"rogusdev/recurring-tasks","owner":"rogusdev","description":"Rust crate to build an app that runs recurring, periodic tasks","archived":false,"fork":false,"pushed_at":"2025-02-08T22:49:54.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T15:40:25.268Z","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/rogusdev.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":"2025-02-03T19:14:09.000Z","updated_at":"2025-02-12T13:59:23.000Z","dependencies_parsed_at":"2025-02-03T20:41:25.748Z","dependency_job_id":null,"html_url":"https://github.com/rogusdev/recurring-tasks","commit_stats":null,"previous_names":["rogusdev/recurring-tasks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rogusdev/recurring-tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Frecurring-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Frecurring-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Frecurring-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Frecurring-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rogusdev","download_url":"https://codeload.github.com/rogusdev/recurring-tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rogusdev%2Frecurring-tasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006322,"owners_count":26084085,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":[],"created_at":"2025-02-13T11:56:09.731Z","updated_at":"2026-02-18T11:04:30.770Z","avatar_url":"https://github.com/rogusdev.png","language":"Rust","readme":"# recurring-tasks -- Recurring Tasks Manager\nRust crate to build an app that (simply) runs recurring, periodic tasks -- effectively cronjobs, in a dedicated process. And will not run a task that is already (still) running. Supports sub-second periods.\n\nFull, but easily digestible, examples are in the [apps dir](https://github.com/rogusdev/recurring-tasks/tree/main/apps/).\n\nThis is designed to be a very focused solution for building an app that has only one job: running various tasks repeatedly, forever. Look at (not mine, just shoutout) [tokio-cron-scheduler crate](https://github.com/mvniekerk/tokio-cron-scheduler) for a much more elaborate approach, using crontab syntax.\n\nVery important: in WSL2, Rust's `Instant` does not properly track seconds for some reason, the virtual clock seems to be just a tiny bit slow relatively to the actual clock, so it will often accumulate 2-3 extra seconds on 20 sec periods... This crate uses Tokio, which is built on Instant, so this drift will be visible in WSL.\n\nDocs.rs [documentation](https://docs.rs/recurring_tasks/latest/recurring_tasks/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogusdev%2Frecurring-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogusdev%2Frecurring-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogusdev%2Frecurring-tasks/lists"}