You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @rkm ,Can I try working on this ?
Do I need to calculate % on the basis of expectedStatusesCount & actual or is there a utility method to do the same ?
Hi @chinmaym07 ! Feel free to work on this and submit a PR. There is no utility method for this, but the built-in C# functions should suffice. Also consider the number of decimal places that are shown in the output.
This would be useful to see job progress at a glance when following the logs.
Here
SmiServices/src/microservices/Microservices.CohortPackager/Execution/ExtractJobStorage/MongoDB/MongoExtractJobStore.cs
Line 163 in 75ab213
and here
SmiServices/src/microservices/Microservices.CohortPackager/Execution/ExtractJobStorage/MongoDB/MongoExtractJobStore.cs
Line 186 in 75ab213
As aa bonus, we could also display the message rates. This would require adding some timing logic.
The text was updated successfully, but these errors were encountered: