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

Convert long running SSE HTTP processing into database driven process #12

Open
dogeared opened this issue Oct 20, 2023 · 0 comments
Open

Comments

@dogeared
Copy link
Owner

Ideally, when the long running endpoint: /api/v1/updateAndEmail is hit, the controller would return immediately with a process id.

The async service method would be kicked off as normal. Regular updates could be made to a record in the database to indicate progress. This table should include a progress or status field that would be marked complete when the long-running process is done.

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