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

feat: waas 2.0 (rewrite) #240

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: waas 2.0 (rewrite) #240

wants to merge 3 commits into from

Conversation

Johannes-Andersen
Copy link
Member

@Johannes-Andersen Johannes-Andersen commented Nov 14, 2024

Description

This PR is the work of rewriting WAAS/JoJo into multiple apps

We needed this to be able to scale the app.

The project is now split into:

  1. Frontend. A astro app
  2. Backend. The fastify (node.js) API that takes incoming requests, and adds it onto a queue
  3. Worker. The Python service that can scale and consume the queue across machines

Checklist:

  • My code has been linted to follow the code style of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@Johannes-Andersen Johannes-Andersen mentioned this pull request Nov 15, 2024
4 tasks
@Johannes-Andersen Johannes-Andersen added type/feature Issue or PR related to a new feature type/refactor Issue or PR related to refactoring code labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Issue or PR related to a new feature type/refactor Issue or PR related to refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant