{"id":18657320,"url":"https://github.com/jmrozanec/cron-utils-scheduler","last_synced_at":"2025-04-11T18:31:30.614Z","repository":{"id":46056220,"uuid":"91912418","full_name":"jmrozanec/cron-utils-scheduler","owner":"jmrozanec","description":"A Java job scheduler based on cron-utils library. Supports multiple cron formats - even custom ones! ","archived":false,"fork":false,"pushed_at":"2022-08-01T16:18:11.000Z","size":24,"stargazers_count":13,"open_issues_count":5,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T17:06:57.586Z","etag":null,"topics":["cron","cron-utils-scheduler","java-job-scheduler","scheduled-jobs"],"latest_commit_sha":null,"homepage":null,"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/jmrozanec.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":"2017-05-20T19:45:09.000Z","updated_at":"2025-03-07T05:47:13.000Z","dependencies_parsed_at":"2022-09-10T17:31:43.185Z","dependency_job_id":null,"html_url":"https://github.com/jmrozanec/cron-utils-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fcron-utils-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fcron-utils-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fcron-utils-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrozanec%2Fcron-utils-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmrozanec","download_url":"https://codeload.github.com/jmrozanec/cron-utils-scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248458482,"owners_count":21107088,"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":["cron","cron-utils-scheduler","java-job-scheduler","scheduled-jobs"],"created_at":"2024-11-07T07:27:41.875Z","updated_at":"2025-04-11T18:31:30.299Z","avatar_url":"https://github.com/jmrozanec.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cron-utils-scheduler\nA Java job scheduler based on cron-utils library. Supports multiple cron formats - even custom ones! \n\n- priority WAITING queue: jobs sorted by date: more recent first. Wait until pulled to EXECUTING queue.\n- priority EXECUTING queue: jobs sorted by date: more recent first. A pool of executors retrieves them and executes ASAP.\n- watcher thread: every N ms (where N ms \u003c1s), check next job(s) to be executed and assign them to EXECUTING queue\n- executor: executes assigned jobs. Notifies execution end state: SUCCEEDED, FAILED\n- SUCCEEDED queue: holds last successfuly executed jobs\n- FAILED queue: holds last FAILED jobs\n\nJob: provides execution code\nExecutionInstance: job+status+date\n\nExecutionStatus\n\n\nConsider:\n- ability to schedule Runnables\n- ability to schedule jobs that must hold no state (except for serializable parameters) and should be created by reflection (support distributed execution in a future)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrozanec%2Fcron-utils-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmrozanec%2Fcron-utils-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrozanec%2Fcron-utils-scheduler/lists"}