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
### Log improvements
- The date and time are now prepended in the job logger.
- Added a visual hierarchy to identify better the child logs.
- Changed the hierarchy organization to allow child process to be
chronologically added, as seen in the image below (before the green
ones, for instance, would be displayed altogether).
Created a new method to inspect the summary message to indicate if there
is something that needs attention in the logs.
Scheduler Enqueuer Query Change
The query was not filtering by application status and I thought that it
would be better to ensure that only `Submitted` and `Completed`
applications would be considered to have a workflow queued.
Refactor
Adjusted the logs for the `assessment-workflow-enqueuer` and
`start-application-assessment` to exclusively use the new
`ProcessSummary` class instead of the `QueueProcessSummary`. The
suggestion is intended to be a POC to have the `QueueProcessSummary`
marked as deprecated.
Copy file name to clipboardExpand all lines: sources/packages/backend/apps/queue-consumers/src/processors/assessment/_tests_/start-application-assessment.processor.e2e-spec.ts
Copy file name to clipboardExpand all lines: sources/packages/backend/apps/queue-consumers/src/processors/assessment/start-application-assessment.processor.ts
+42-13
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ import { StartAssessmentQueueInDTO } from "@sims/services/queue";
Copy file name to clipboardExpand all lines: sources/packages/backend/apps/queue-consumers/src/processors/schedulers/workflow/assessment-workflow-enqueuer.scheduler.ts
0 commit comments