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 data source update async #54

Merged
merged 4 commits into from
Aug 21, 2024
Merged

Make data source update async #54

merged 4 commits into from
Aug 21, 2024

Conversation

mkangia
Copy link
Contributor

@mkangia mkangia commented Aug 21, 2024

In order to make the update dataset request as fast as possible so it can keep up with the load of requests received from HQ, move the actual update to a background task via celery

Copy link
Contributor

@kaapstorm kaapstorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is excellent. My suggestion is not blocking.

hq_superset/api.py Outdated Show resolved Hide resolved
Co-authored-by: Norman Hooper <[email protected]>
@mkangia mkangia force-pushed the mk/update-dataset-async branch from 7ea60ff to f385dbb Compare August 21, 2024 18:01
@mkangia mkangia merged commit 385b417 into master Aug 21, 2024
3 checks passed
@mkangia mkangia deleted the mk/update-dataset-async branch August 21, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants