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

⚡ Background tasks and/or caching #34

Open
morrieinmaas opened this issue Jun 22, 2021 · 0 comments
Open

⚡ Background tasks and/or caching #34

morrieinmaas opened this issue Jun 22, 2021 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@morrieinmaas
Copy link
Collaborator

Investigate and possibly prototype whether and how adding background tasks and/or caching can help improve the app.

On the one hand, we might want to see whether we have some operations that don't need to wait for the actual result of the operation (for instance writing to the ledger?). On the other hand, and in order to improve scalability, we might want to add caching requests (eg with Redis) because tasks are long running and are potentially plenty.

Really, justfood for thought for now.

@morrieinmaas morrieinmaas added enhancement New feature or request question Further information is requested labels Jun 22, 2021
@ff137 ff137 changed the title Background tasks and/or caching ⚡ Background tasks and/or caching Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant