Move task type const from entity to worker
[MAILPOET-4366]
This commit is contained in:
@ -32,6 +32,8 @@ use MailPoetVendor\Carbon\Carbon;
|
||||
class SendingQueue {
|
||||
public $mailerTask;
|
||||
public $newsletterTask;
|
||||
|
||||
const TASK_TYPE = 'sending';
|
||||
const TASK_BATCH_SIZE = 5;
|
||||
const EMAIL_WITH_INVALID_SEGMENT_OPTION = 'mailpoet_email_with_invalid_segment';
|
||||
|
||||
|
Reference in New Issue
Block a user