We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8169bf6 + 8a4617d commit 5fcc1fcCopy full SHA for 5fcc1fc
proco/data_sources/tasks.py
@@ -547,7 +547,7 @@ def email_reminder_to_editor_and_publisher_for_review_waiting_records():
547
task_id, task_key, 'Send reminder email to Editor and Publisher to review the school master rows')
548
549
if task_instance:
550
- task_instance.debug('Not found running job for reminder email task: {}'.format(task_key))
+ task_instance.info('Not found running job for reminder email task: {}'.format(task_key))
551
552
ds_settings = settings.DATA_SOURCE_CONFIG.get('SCHOOL_MASTER')
553
review_grace_period = core_utilities.convert_to_int(ds_settings['REVIEW_GRACE_PERIOD_IN_HRS'], default='48')
0 commit comments