EDA with compute process query: throw WdkDelayedResultException if compute not complete
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 38/100
Research direction
Start at the EDA compute process query and inspect the compute status endpoint and existing WdkDelayedResultException handling. Use the differential expression notebook to verify that incomplete results produce the exception and completed results continue processing.
Written by the indexing model from the issue text.
Description
Implementation:
Make an up-front call to the compute status endpoint to see if results are present; if not, throw WdkDelayedResultException, else continue with processing.
The client should already handle the exception and advise the user to come back later. But need to test this with the new differential expression notebook.
- Dominant language
- Java
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
objectionary/hone-maven-plugin#1061 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
spring-projects/spring-modulith#1895 ·