Suddenly, and without any apparent change, all Auto Repeat jobs of all kinds have stopped working. The version of ERPNext has not changed between the successful creation and the unsuccessful creation, and the system has not been updated either. I first noticed it today after September’s month-end invoices did not auto-create.
If I run “Execute” on the frappe.automation.doctype.auto_repeat.auto_repeat.make_auto_repeat_entry job, the “Scheduled Job Log” shows a successful execution, and the log file also has some entries that are relevant to the files that would otherwise get created:
2025-10-04 15:45:15,511 home-erp-frappe-bench:default: frappe.utils.background_jobs.execute_job(event=None, is_async=True, job_name='frappe.core.doctype.scheduled_job_type.scheduled_job_type.run_scheduled_jo..., kwargs={'job_type': 'frappe.automation.doctype.auto_repeat.auto_repeat.make_auto_r..., method='frappe.core.doctype.scheduled_job_type.scheduled_job_type.run_scheduled_jo..., site='erp', user='me') (erp::scheduled_job::frappe.automation.doctype.auto_repeat.auto_repeat.make_auto_repeat_entry)
2025-10-04 15:45:15,898 home-erp-frappe-bench:default: Job OK (erp::scheduled_job::frappe.automation.doctype.auto_repeat.auto_repeat.make_auto_repeat_entry)
2025-10-04 15:45:15,899 Result is kept for 600 seconds
2025-10-04 15:45:15,903 home-erp-frappe-bench:default: frappe.utils.background_jobs.execute_job(event=None, is_async=True, job_name='frappe.automation.doctype.auto_repeat.auto_repeat.create_repeated_entries', kwargs={'data': [{'name': 'OnCall Transfer'}, {'name': 'Vultr'}, {'name': 'AUT-AR-..., method='frappe.automation.doctype.auto_repeat.auto_repeat.create_repeated_entries', site='erp', user='me') (352a1570-583a-4639-b535-63dba295f32d)
2025-10-04 15:45:16,220 home-erp-frappe-bench:default: Job OK (352a1570-583a-4639-b535-63dba295f32d)
2025-10-04 15:45:16,220 Result is kept for 600 seconds
I reverted back to several old backups just to make sure that the system hadn’t been changed, even as far back as April, but oddly no new Auto Repeat entries are created even when I run Execute from a backup job in April. So either I don’t understand what that “Execute” button does, or there’s something else going on.
Can somebody please tell me how to run an execution task to create missed Auto Repeat tasks?
And can somebody offer some insight into what the heck is going on and why the system would suddenly stop behaving correctly without any change to it?
ERPNext: v14.74.7 (version-14)
Frappe Framework: v14.83.0 (version-14)
Frappe HR: v14.34.1 (version-14)




