Mihir Kandoi
f41e8208d8
fix(crm): savepoint Email Campaign send loop (Postgres)
...
send_mail (called per campaign schedule in a loop) inserts a Communication via make(); on failure the except calls frappe.log_error with no rollback, raising InFailedSqlTransaction on Postgres and poisoning subsequent sends. Savepoint before make() + rollback(save_point=) before log_error. No-op on MariaDB.
2026-06-29 22:48:28 +05:30
..
2026-06-06 20:41:16 +05:30
2026-06-25 17:37:20 +05:30
2024-03-27 16:06:04 +05:30
2024-03-27 16:06:04 +05:30
2026-03-18 20:59:35 +05:30
2024-03-27 13:45:34 +05:30
2026-03-18 20:59:35 +05:30
2024-03-27 13:45:34 +05:30
2026-04-22 10:33:25 +05:30
2026-03-18 20:59:35 +05:30
2026-06-24 20:37:32 +05:30
2024-03-27 13:45:34 +05:30
2024-03-27 13:45:34 +05:30
2026-06-27 14:38:59 +05:30
2026-06-29 22:48:28 +05:30
2026-06-23 21:14:03 +05:30
2026-06-22 15:59:26 +05:30
2024-03-27 13:45:34 +05:30
2026-03-18 20:59:35 +05:30
2026-06-24 20:37:32 +05:30
2024-03-27 13:45:34 +05:30
2024-03-27 13:45:34 +05:30
2024-03-27 13:45:34 +05:30
2026-03-18 20:59:35 +05:30
2026-06-25 10:00:44 +00:00
2024-03-27 13:45:34 +05:30
2024-03-27 13:45:34 +05:30
2026-03-18 20:59:35 +05:30
2015-02-17 10:36:54 +05:30
2026-06-19 10:15:20 +05:30
2026-06-19 10:15:20 +05:30