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

Move from AWS Lambda functions to NestJS app and run on containerised platform #14

Open
jch254 opened this issue Apr 4, 2024 · 0 comments

Comments

@jch254
Copy link
Owner

jch254 commented Apr 4, 2024

Long term solution

If the 15min timeout issue becomes annoying, this will be the solution to #2.

ECS or something like https://fly.io/

  • Create a new Dockerised NestJS app (find appropriate starter)
  • Add background queue job on cron schedule for sending digest email for all users stored in persistent Key Value store
  • Add endpoint to "sign up" taking username, shipsFrom, destinationEmail and store in persistent Key Value store
  • Email user after successful setup and outline Discogs Market Montior and the schedule of emails (including one currently sending)
  • Enqueue initial digest send
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant