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

make only specific endpoints in the core-svc be async #3531

Open
Panaetius opened this issue Jun 20, 2023 · 0 comments
Open

make only specific endpoints in the core-svc be async #3531

Panaetius opened this issue Jun 20, 2023 · 0 comments

Comments

@Panaetius
Copy link
Member

Only dataset import and project migration should really be async/background jobs, it doesn't make sense for all the endpoints to support this.

We should refactor out the is_delayed logic into its own mixin and only use it for those operations.

Note that the UI doesn't currently do project migrations as a background job, they will have to switch that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant