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

Have an HTTP endpoint for ECS to respond with task status #23

Open
bewakes opened this issue Jun 6, 2023 · 0 comments
Open

Have an HTTP endpoint for ECS to respond with task status #23

bewakes opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bewakes
Copy link
Contributor

bewakes commented Jun 6, 2023

Currently:

  1. NLP server sends http request to ecs container.
  2. ECS container sends acknowledgement to NLP server and then triggers the actual task.
  3. Upon the task completion/failure, ECS container directly upates NLP server's database with appropriate status for that task.

This is fragile and ECS has to know about database structure. So we need to have http endpoint in nlp server instead of direct db access by ecs.

cc: @ranjan-stha

@bewakes bewakes added the enhancement New feature or request label Jun 6, 2023
@bewakes bewakes self-assigned this Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant