{"id":19004869,"url":"https://github.com/dhis2/scheduler-app","last_synced_at":"2026-02-01T04:02:54.455Z","repository":{"id":26508496,"uuid":"105011203","full_name":"dhis2/scheduler-app","owner":"dhis2","description":"DHIS 2 app for scheduling of tasks","archived":false,"fork":false,"pushed_at":"2025-08-20T08:08:14.000Z","size":4328,"stargazers_count":1,"open_issues_count":15,"forks_count":2,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-08-20T09:34:03.299Z","etag":null,"topics":["synced-settings","tx","web-app"],"latest_commit_sha":null,"homepage":"https://dhis2-scheduler.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhis2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-27T11:43:28.000Z","updated_at":"2025-08-20T08:08:16.000Z","dependencies_parsed_at":"2023-10-11T13:38:40.281Z","dependency_job_id":"d314d673-80f3-4a3f-8ccd-a8ea316dfced","html_url":"https://github.com/dhis2/scheduler-app","commit_stats":null,"previous_names":[],"tags_count":222,"template":false,"template_full_name":null,"purl":"pkg:github/dhis2/scheduler-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fscheduler-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fscheduler-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fscheduler-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fscheduler-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhis2","download_url":"https://codeload.github.com/dhis2/scheduler-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhis2%2Fscheduler-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004566,"owners_count":26083734,"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-10T02:00:06.843Z","response_time":62,"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":["synced-settings","tx","web-app"],"created_at":"2024-11-08T18:25:00.992Z","updated_at":"2025-10-10T15:03:12.184Z","avatar_url":"https://github.com/dhis2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![React 18](https://img.shields.io/badge/react-18-blue)\n\n# Scheduler\n\n## Cypress env settings\n\nCypress needs a couple of environment variables to function correctly for local testing. They can be defined in a `cypress.env.json` at the root of the project. You can use `cypress.env.json.example` as a template by copying it, removing the `.example` suffix and replacing the username and password.\n\n## Concepts\n\nThese concepts are used throughout the app:\n\n-   A `job` is a single task that can be planned with a cron expression, or to run with a certain interval between executions (delay).\n-   A `queue` or `job queue` is a collection of jobs that will be executed in sequence.\n-   A `queueable` is a job that is not part of a queue (this concept is not used in the ui)\n-   We retrieve items from the `/scheduler` endpoint to simplify rendering the root list view. These can be either jobs or queues. Instead of calling these `schedules`, after the endpoint, we're calling these `jobsAndQueues`. This is to prevent confusion with the `schedule` property of jobs and queues.\n\nIn the ui we're using the concepts `job queue` and `job` (so the user is only aware of those terms). We also use the heading `Scheduled jobs` in the list view, since the queues and jobs essentially are all scheduled jobs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhis2%2Fscheduler-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhis2%2Fscheduler-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhis2%2Fscheduler-app/lists"}