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

Move the API to django-ninja #22

Closed
7 tasks done
fretchen opened this issue Feb 17, 2023 · 2 comments
Closed
7 tasks done

Move the API to django-ninja #22

fretchen opened this issue Feb 17, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@fretchen
Copy link
Contributor

fretchen commented Feb 17, 2023

We started the implementation of https://qlued.alqor.io/api/v1/docs. However, it would be good to finish the transition and depreciate the old way.

This will require to implement and test:

  • "str:backend_name/get_config/"
  • "str:backend_name/post_job/"
  • "str:backend_name/get_job_status/"
  • "str:backend_name/get_job_result/"
  • "str:backend_name/get_next_job_in_queue/"
  • "str:backend_name/get_user_jobs/"
  • "/backends/"
@fretchen
Copy link
Contributor Author

We will not move get_next_job_in_queue. This one is outdated and we will leave it inside for legacy reasons.
However, this is really no point in adding it again as sqooler was changed to pull the information directly from the storage.

@fretchen
Copy link
Contributor Author

fretchen commented Mar 4, 2023

Decided to move #34 to the next milestone. So we can remove it here.

@fretchen fretchen closed this as completed Mar 4, 2023
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