If the application restarts while jobs are in PENDING, SUBMITTED, or RUNNING status, those jobs are currently left stuck — polling does not resume until a new document is submitted.
Add a startup check that detects in-flight jobs and resumes polling for them automatically.
If the application restarts while jobs are in
PENDING,SUBMITTED, orRUNNINGstatus, those jobs are currently left stuck — polling does not resume until a new document is submitted.Add a startup check that detects in-flight jobs and resumes polling for them automatically.