-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Enhancements - Fall
-
Labels:None
-
Company:All Clients/Multiple Clients
API:
/api/documents/sendBulk
/api/documents/
/
{personId}/send
API not working giving error on run.
Field | Original Value | New Value |
---|---|---|
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Rohan J Khandave [ rohan.khandave ] | Priya Dhamande [ priya.dhamande ] |
-
- Time Spent:
- 2h
-
Analysis & Coding , Testing
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 2h [ 7200 ] | |
Worklog Id | 198528 [ 198528 ] |
Attachment | Screenshot (4287).png [ 119258 ] |
Resolution | Done [ 10000 ] | |
Status | In QA Testing [ 11901 ] | Done [ 10001 ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Rohan J Khandave [ rohan.khandave ] |
Transition | Time In Source Status | Execution Times |
---|
|
18h 31m | 1 |
|
1h 49m | 1 |
|
1h 9m | 1 |
|
7d 20h 28m | 1 |
Below are 3C's
Concern: Error in send bulk API
Cause: Previously we are creating new DbContext object in each code file. Now same object is getting shared across site in single request. Send bulk calling same DbContext object in async loop.
Correction: For each loop created new DbContext Object.
CC – Samir