Mail queue - minor comment syntax error
This commit is contained in:
@@ -285,7 +285,8 @@ if (mysqli_num_rows($sql_queue) > 0) {
|
|||||||
/** =======================================================================
|
/** =======================================================================
|
||||||
* RETRIES: status = 2 (Failed), attempts < 4, wait 30 min
|
* RETRIES: status = 2 (Failed), attempts < 4, wait 30 min
|
||||||
* NOTE: Backoff is `email_failed_at <= NOW() - INTERVAL 30 MINUTE`
|
* NOTE: Backoff is `email_failed_at <= NOW() - INTERVAL 30 MINUTE`
|
||||||
* =======================================================================*/
|
* =======================================================================
|
||||||
|
*/
|
||||||
$sql_failed_queue = mysqli_query(
|
$sql_failed_queue = mysqli_query(
|
||||||
$mysqli,
|
$mysqli,
|
||||||
"SELECT * FROM email_queue
|
"SELECT * FROM email_queue
|
||||||
|
|||||||
Reference in New Issue
Block a user