-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#4079 - Queue Monitoring - Schedulers Refactor - (MSFAA) #4141
#4079 - Queue Monitoring - Schedulers Refactor - (MSFAA) #4141
Conversation
Quality Gate passedIssues Measures |
// Log the start of the process for the summary and logger. | ||
const startLogMessage = `Processing queue ${job.queue.name}, job ID ${job.id}.`; | ||
processSummary.info(startLogMessage); | ||
this.logger.log(startLogMessage); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job with MSFAA schedulers. Looks good 👍
@@ -32,15 +36,19 @@ export class MSFAARequestProcessingService extends ESDCFileHandler { | |||
* 4. Create the request filename with the file path for the MSFAA Request sent File. | |||
* 5. Upload the content to the zoneB SFTP server. | |||
* 6. Update the MSFAA records, that are sent in the request sent file. | |||
* @param fileCode File code applicable for Part-Time or Full-Time. | |||
* @param fileCode file code applicable for Part-Time or Full-Time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice work @andrewsignori-aot
BaseQueue
start and end.