Remove check that sending queue is deleted at
[MAILPOET-4366]
This commit is contained in:
@@ -135,7 +135,6 @@ class ScheduledTasksRepository extends Repository {
|
||||
->where('st.type = :type')
|
||||
->andWhere('st.status IS NULL')
|
||||
->andWhere('st.deletedAt IS NULL')
|
||||
->andWhere('sq.deletedAt IS NULL')
|
||||
->orderBy('st.priority', 'ASC')
|
||||
->addOrderBy('st.updatedAt', 'ASC')
|
||||
->setMaxResults($limit)
|
||||
|
Reference in New Issue
Block a user