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

Add Celery for async items download #2

Closed
EliaTolin opened this issue Nov 10, 2022 · 0 comments · Fixed by #4
Closed

Add Celery for async items download #2

EliaTolin opened this issue Nov 10, 2022 · 0 comments · Fixed by #4
Labels
enhancement New feature or request

Comments

@EliaTolin
Copy link
Owner

Add Celery to download products asynchronously.

When a request comes in and you don't have the products in the cache, start downloading the products.
When you have enough products to satisfy the client's request, return them, while continuing to download them until the cache is full (100 Products).

@EliaTolin EliaTolin added the enhancement New feature or request label Nov 10, 2022
@EliaTolin EliaTolin linked a pull request Dec 14, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant