-
Notifications
You must be signed in to change notification settings - Fork 1
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
Limit task count to 1 for ECS provenance cluster #31
Comments
Sagar reports: focusing on this right now |
@tloubrieu-jpl - I do not have access to create an ASG so I've opened a ticket with SA team. https://itsd-jira.jpl.nasa.gov/servicedesk/customer/portal/16/DSIO-4247 |
@tloubrieu-jpl @jordanpadams as discussed today, we might no longer need this ticket (or we can re-purpose it) since we don't need the ASG and instead we're going to use the lock-file approach with Lambda that SA team is working on using a separate ticket. DSIO-4247 |
@tloubrieu-jpl is this where we're tracking lambda creation for ECS tasks? Or should that be tracked in #30 ? |
I don't know @sjoshi-jpl , maybe the lambda would make more sense in this ticket since it is orchestrating the provenance processes and guarantee that only one is running on each domain at once and especially that not a new porcess is launched if one already runs. The monitoring is more an after the fact, metrics measurements. |
Per latest update from Susan, they're working on creating the lambda as well the registry-sweeper cluster. |
#60 New ticket created for tracking this task post multi-tenancy. @tloubrieu-jpl we can close this one. |
Research options to limit task count to max 1 for ECS provenance cluster. The requirement is to not kick off another task until the existing task completes.
If a task runs for too long (goes over a certain time period), it should through an error and terminate.
Investigate possible solutions :
The text was updated successfully, but these errors were encountered: