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
Every day, I see these messages in my schedules.log file in the sites folder, and my custom scheduler functions are not working properly. They ran the first time and stopped running afterward.
Expected result
Stacktrace / full error message if available
2024-12-21 11:18:29,549 ERROR scheduler Skipped queueing frappe.email.queue.flush because it was found in queue for example.com
2024-12-21 11:18:29,549 ERROR scheduler Skipped queueing frappe.core.doctype.log_settings.log_settings.run_log_clean_up because it was found in queue for example.com
2024-12-21 11:18:29,549 ERROR scheduler Skipped queueing frappe.core.doctype.prepared_report.prepared_report.expire_stalled_report because it was found in queue for example.com
2024-12-21 11:18:29,550 ERROR scheduler Skipped queueing frappe.email.doctype.email_account.email_account.pull because it was found in queue for example.com
2024-12-21 11:18:29,550 ERROR scheduler Skipped queueing frappe.deferred_insert.save_to_db because it was found in queue for example.com
2024-12-21 11:18:29,550 ERROR scheduler Skipped queueing frappe.utils.global_search.sync_global_search because it was found in queue for example.com
2024-12-21 11:18:29,551 ERROR scheduler Skipped queueing frappe.email.doctype.email_account.email_account.notify_unreplied because it was found in queue for example.com
2024-12-21 11:18:29,551 ERROR scheduler Skipped queueing frappe.twofactor.delete_all_barcodes_for_users because it was found in queue for example.com
2024-12-21 11:18:29,551 ERROR scheduler Skipped queueing frappe.website.doctype.web_page.web_page.check_publish_status because it was found in queue for example.com
2024-12-21 11:18:29,552 ERROR scheduler Skipped queueing frappe.oauth.delete_oauth2_data because it was found in queue for example.com
The text was updated successfully, but these errors were encountered:
Are they in pending state or failing? Check RQ Job doctype or try using rq command from any pod. You can even use bench --site ... console and use functions from frappe/utils/background_jobs.py
Description of the issue
Seeing multiple
ERROR scheduler Skipped queueing
on a daily basis.Steps to reproduce the issue
Observed result
Every day, I see these messages in my schedules.log file in the sites folder, and my custom scheduler functions are not working properly. They ran the first time and stopped running afterward.
Expected result
Stacktrace / full error message if available
The text was updated successfully, but these errors were encountered: