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

Refactor CloudFlare workers #33

Open
fivenp opened this issue Nov 25, 2022 · 0 comments
Open

Refactor CloudFlare workers #33

fivenp opened this issue Nov 25, 2022 · 0 comments

Comments

@fivenp
Copy link
Member

fivenp commented Nov 25, 2022

Why should it be implemented?
Our current worker implementation is extremely immature... We're basically commit the workers to the monorepo but deploy them manually to cloudflare

Describe the solution

  • Ideally we'd use lerna or something similar to manage each worker as an own package
  • Each worker would be written in typescript
  • Workers should be able to share code between each other
  • Building and deployment should happen automatically via a GH action or similar

Additional context
There's a nice boilerplate over here:
https://github.com/cmackenzie1/holster

@fivenp fivenp added 🏗 architecture 🏗 debt good first issue Good for newcomers ❤️ help wanted Extra attention is needed and removed good first issue Good for newcomers labels Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant