You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,7 +114,7 @@ public function delete_notification($task_id, $subscriber_id) {
114
114
}
115
115
116
116
// TODO: Fix max attempts for notifications
117
-
publicfunctionprocess_queue(){
117
+
publicstaticfunctionprocess_queue(){
118
118
global$mysqli;
119
119
$stmt = $mysqli->query("SELECT qn.id, qn.task_id, qn.status, qn.subscriber_id, qn.retries, sub.firstname, sub.userID, sub.token FROM queue_notify AS qn INNER JOIN subscribers AS sub ON qn.subscriber_id = sub.subscriberID WHERE qn.status NOT LIKE 2 AND sub.active=1");
0 commit comments