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

Worker exceeded resource limits #9

Open
shyakadavis opened this issue Jun 21, 2024 · 0 comments
Open

Worker exceeded resource limits #9

shyakadavis opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shyakadavis
Copy link
Owner

shyakadavis commented Jun 21, 2024

Locally, and published (from time to time), things work fine.

But in some cases, one can't use sign-up/log-in because the password hashing operations exceed the 10ms CPU limit on CF Workers free plan - a downside of relying on pure JS implementations for the hashing schemes.

The solutions are to:

  1. upgrade to a paid plan (maybe?)
  2. use a different password hashing/comparison library (fast & able to run on CF Workers)
  3. skip password auth and use OAuth only

As it stands, though, option no.3 seems the way to go. 🙁

@shyakadavis shyakadavis added the bug Something isn't working label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant