Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Use Database as History Server #4610

@hzy46

Description

@hzy46

related issues: #3935 #3845

Main design:

  • API server stores active jobs, DB stores history job. Active job is defined as jobs which are finished in 1 day.
  • Rest-server
    • GET /api/v2/jobs: list all jobs (both active and inactive)
    • GET /api/v2/jobs/{user}~{job} only active jobs
    • GET /api/v2/jobs/{user}~{job}/config only active jobs
    • GET /api/v2/jobs/{uuid} all jobs
    • GET /api/v2/jobs/{uuid}/config all jobs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions