Differences From Artifact [5703b35eeb]:
- File src/backoffice.c — part of check-in [f525b6d5e9] at 2018-07-19 16:27:51 on branch trunk — Improved SQL logging after SIGPIPE. Exponential backoff in the warnings issued when the backoffice process misses its deadline. (user: drh size: 8489)
To Artifact [a2ebf05afb]:
- File src/backoffice.c — part of check-in [ada7ecde5b] at 2018-07-19 17:22:04 on branch trunk — The email_auto_exec property is removed. The routine that sends alert emails is renamed to email_backoffice() and it is configured to always auto-run. (user: drh size: 8490)
| ︙ | |||
247 248 249 250 251 252 253 | 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | - + |
}
/*
** This routine runs to do the backoffice processing. When adding new
** backoffice processing tasks, add them here.
*/
void backoffice_work(void){
|
| ︙ |