{"id":19967635,"url":"https://github.com/opal-project/opal-scheduler","last_synced_at":"2025-08-13T01:45:48.747Z","repository":{"id":46377520,"uuid":"241970522","full_name":"OPAL-Project/OPAL-Scheduler","owner":"OPAL-Project","description":"Manage jobs and services for OPAL. Code as of 20-02-2020.","archived":false,"fork":false,"pushed_at":"2025-08-09T01:11:10.000Z","size":247,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-09T03:09:19.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/OPAL-Project.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,"zenodo":null}},"created_at":"2020-02-20T19:23:55.000Z","updated_at":"2020-10-05T22:44:27.000Z","dependencies_parsed_at":"2022-08-22T19:41:06.102Z","dependency_job_id":"c27c0807-4910-4dfd-9313-69b141ea4271","html_url":"https://github.com/OPAL-Project/OPAL-Scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OPAL-Project/OPAL-Scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPAL-Project%2FOPAL-Scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPAL-Project%2FOPAL-Scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPAL-Project%2FOPAL-Scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPAL-Project%2FOPAL-Scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OPAL-Project","download_url":"https://codeload.github.com/OPAL-Project/OPAL-Scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OPAL-Project%2FOPAL-Scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270165937,"owners_count":24538439,"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-08-12T02:00:09.011Z","response_time":80,"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":"2024-11-13T02:43:10.028Z","updated_at":"2025-08-13T01:45:48.694Z","avatar_url":"https://github.com/OPAL-Project.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OPAL-scheduler\n[![Dim Sums](https://img.shields.io/badge/made-with_Dim_Sums-4da3ff.svg?style=flat-square)](https://www.opalproject.org)\n[![Travis branch](https://img.shields.io/travis/OPAL-Project/OPAL-Scheduler/master.svg?style=flat-square)](https://travis-ci.org/OPAL-Project/OPAL-Scheduler) \n[![David](https://img.shields.io/david/OPAL-Project/opal-scheduler.svg?style=flat-square)](https://david-dm.org/OPAL-Project/opal-scheduler) \n[![David](https://img.shields.io/david/dev/OPAL-Project/opal-scheduler.svg?style=flat-square)](https://david-dm.org/OPAL-Project/opal-scheduler?type=dev) \n\nOPAL - Scheduler micro-service\n\n---------------------------\n\nThe opal-scheduler service provides scheduling capabilities to the opal eco-system. While running jobs is handled by the opal-compute, \nmanaging and scheduling them is the role of opal-scheduler. \nTo do so, the opal-scheduler runs continually in the background, checking periodically for jobs to be scheduled, queued or archived. \n\nWe provide the [API documentation](doc-api-swagger.yml) in swagger 2.0 format. You can paste the content in the [swagger editor](http://editor.swagger.io/) to render the API documentation.\n\n## Configuration\nAt its construction, the `opalScheduler` server receives a configuration object that MUST respect the following schema:\n * [Example configuration](config/opal.scheduler.sample.config.js)\n \n\n### Supported Job States\n * `QUEUED` The job is in a queue and it is waiting to be scheduled\n * `SCHEDULED` The job has been scheduled\n * `RUNNING` The job is currently running\n * `DONE` The job has finished but it still need post processing\n * `COMPLETED` The job has finished and the post processing has been completed\n * `ERROR` The job encountered an error\n * `CANCELLED` The job has been cancelled\n * `DEAD` The job is dead\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopal-project%2Fopal-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopal-project%2Fopal-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopal-project%2Fopal-scheduler/lists"}