-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Automation
Target is to use a thread pool to:
- limit the number of threads generated to handle async operation: the thread pool should be bounded, with a rejection policy that returns an error (like 503 server too busy retry later)
- to have a clean shutdown
Also, the thread should have an uncaughtExceptionHandler
And we need to keep track of threads to handle the abort.
- is related to
-
NXP-30793 @async automation adapter status endpoint should not return 200 unknown task ID
- Open
-
NXP-26172 Introduce async operation adapter
- Resolved
- is required by
-
NXDRIVE-2291 Asynchronous upload completion
- Reopened