Date | |||||||||
Authors | |||||||||
Status | Documenting | ||||||||
Summary |
| ||||||||
Impact | One file is was shown “IN PROGRESS” and bulk upload is was not picking up the following files any more. Those other files were delayed until we changed the status of the blocking file. They were then processed. |
Non-technical Description
When files are uploaded on bulk upload page, the file files are uploaded to S3 and a record will be inserted into db table genericupload.ApplicationType
. Then generic upload service will pick up the uploaded files one by one in order. But only some storage and the job are recorded with the status “PENDING“. Then the bulk upload service starts to pick up the first file, and set its status to “IN PROGRESS“, leaving all other following files “PENDING“. Only when the current file is marked with “COMPLETED“, the following “PENDING“ one will get processed.
...