Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide endpoint to monitor progress of an export-job #15

Open
kschulst opened this issue Sep 22, 2022 · 1 comment
Open

Provide endpoint to monitor progress of an export-job #15

kschulst opened this issue Sep 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@kschulst
Copy link
Contributor

The users should be able to query the API and get back information about ongoing export jobs, such as:

  • stauts (in progress, done, failed, ...)
  • Target path
  • Username that triggered the job
  • some metrics (number of processed records ++)
  • any error messages

It should be possible to filter the list of jobs by status (e.g. to only see failed jobs)

@kschulst kschulst added the enhancement New feature or request label Sep 22, 2022
@kschulst
Copy link
Contributor Author

Possible approach:

  • Introduce some kind of ID associated with a job
  • Use an in memory map or database to keep track of jobs (can later be save e.g. to a volume or database)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant