avikganguly01 commented on a change in pull request #459: FINERACT-429: Node
aware Scheduler
URL: https://github.com/apache/fineract/pull/459#discussion_r197642997
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/JobName.java
##########
@@ -49,7 +49,8 @@
GENERATE_ADHOCCLIENT_SCEHDULE("Generate AdhocClient Schedule"),
SEND_MESSAGES_TO_EMAIL_GATEWAY("Send messages to Email gateway"),
UPDATE_EMAIL_OUTBOUND_WITH_CAMPAIGN_MESSAGE("Update Email Outbound with
campaign message"),
- EXECUTE_EMAIL("Execute Email");
+ EXECUTE_EMAIL("Execute Email"),
+ EXECUTE_DIRTY_JOBS("Execute All Dirty Jobs");
Review comment:
Change job name to SCHEDULE_DIRTY_JOBS
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services