[CORE-221] Improvements to the queuing process when running a query Created: 15/Aug/16 Updated: 17/Oct/16 Resolved: 21/Sep/16 |
|
Status: | Closed |
Project: | i2b2 Core Software |
Component/s: | CRC Cell, XML |
Affects Version/s: | None |
Fix Version/s: | 1.7.08 |
Type: | Improvement | Priority: | Major |
Reporter: | Janice Donahoe | Assignee: | Janice Donahoe |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Affects View/s: |
Previous Queries
|
i2b2 Feature/s: |
Queries
|
i2b2 Sponsored Project/s: |
i2b2 Core
|
Affects Database/s: |
All databases
|
Participant/s: |
Description |
Currently, the status of i2b2 queries and which queue it is running in can be misleading. Therefore, the queuing process is getting a little facelift.
1. In the QT_QUERY_INSTANCE table the BATCH_MODE column will contain one of the following statuses: - QUEUED - PROCESSING - RUNNING - MEDIUM_QUEUED - MEDIUM_QUEUE_RUNNING - LARGE_QUEUED - LARGE_QUEUE_RUNNING - FINISHED - COMPLETED - ERROR - CANCELLED - NEVER_FINISHED 2. The CRC will now return the value in the BATCH_MODE column. 3. The i2b2 Web Client will be updated to look at the BATCH_MODE column to determine the appropriate status to display in Previous Queries. |
Comments |
Comment by Janice Donahoe [ 17/Oct/16 ] |
This change was included in version 1.7.08, which was released on 10/07/2016. |