mirror of https://github.com/itflow-org/itflow
Mail queue - minor comment syntax error
This commit is contained in:
parent
10bfbed4bb
commit
7c83ba15b9
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue