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

[New Feature]: Scale up the EMIT workflow #214

Open
LucaCinquini opened this issue Sep 25, 2024 · 3 comments
Open

[New Feature]: Scale up the EMIT workflow #214

LucaCinquini opened this issue Sep 25, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request U-SPS

Comments

@LucaCinquini
Copy link
Collaborator

LucaCinquini commented Sep 25, 2024

Demonstrate scalable processing for the EMIT workflow: process 300 scenes.

Risk: scalability might be impacted by factors outside of SPS control which will require coordination, for example:

  • DS data services
  • NAT gateway

Test: processing of 1 EMIT scene

@LucaCinquini
Copy link
Collaborator Author

Processing of single workflow on unity-venue-dev took ~ 10 minutes.

@LucaCinquini
Copy link
Collaborator Author

Was able to submit 10 EMIT workflows at 60 secs interval, all completed with a time increase to about $15 minutes.Image

@LucaCinquini
Copy link
Collaborator Author

LucaCinquini commented Nov 18, 2024

Using the same EMNIT Docker image from ECR did not seem to change the execution time very much. One of the jobs failed probably because the GitHub URL was temporarily unavailable:

[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] File "schema_salad/ref_resolver.py", line 1198, in validate_links
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] schema_salad.exceptions.ValidationException: https://raw.githubusercontent.com/unity-sds/unity-sps-workflows/refs/heads/main/emit/workflow.cwl:80:1: checking field
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] 'steps'
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] https://raw.githubusercontent.com/unity-sds/unity-sps-workflows/refs/heads/main/emit/workflow.cwl:124:3: checking object
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] 'https://raw.githubusercontent.com/unity-sds/unity-sps-workflows/refs/heads/main/emit/workflow.cwl#stage_out'
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] https://raw.githubusercontent.com/unity-sds/unity-sps-workflows/refs/heads/main/emit/workflow.cwl:149:5: Field 'run'
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] contains undefined
[2024-11-18, 18:43:16 UTC] {pod_manager.py:472} INFO - [base] reference to
[2024-11-18, 18:43:17 UTC] {pod_manager.py:490} INFO - [base] 'https://raw.githubusercontent.com/unity-sds/unity-sps-workflows/refs/heads/main/emit/stage_out.cwl'
[2024-11-18, 18:43:17 UTC] {pod_manager.py:623} INFO - Pod cwl-task-pod-j21e1np7 has phase Running
[2024-11-18, 18:43:19 UTC] {pod.py:984} INFO - Skipping deleting pod: cwl-task-pod-j21e1np7
[2024-11-18, 18:43:19 UTC] {taskinstance.py:3301} ERROR - Task failed with exception

Image

Clearing the task and resubmitting the job resulted in success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request U-SPS
Projects
Status: In Progress
Development

No branches or pull requests

2 participants