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

run long-running functions outside the http request-response loop #55

Closed
fatchat opened this issue Apr 25, 2023 · 1 comment · Fixed by #56
Closed

run long-running functions outside the http request-response loop #55

fatchat opened this issue Apr 25, 2023 · 1 comment · Fixed by #56
Assignees

Comments

@fatchat
Copy link
Contributor

fatchat commented Apr 25, 2023

Some of our API handlers take a while to execute; instead of risking a timeout we should run them separately and allow the client to check on their progress

@fatchat fatchat self-assigned this Apr 25, 2023
@fatchat fatchat linked a pull request Apr 27, 2023 that will close this issue
@fatchat
Copy link
Contributor Author

fatchat commented May 10, 2023

Run using

celery -A ddpui worker --loglevel=INFO

kauxp pushed a commit to kauxp/DDP_backend that referenced this issue Apr 11, 2024
…target-in-a-dbt-core-block

sync the target to the target schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant