Store the 'in_progress' flag for workers in a separate column [MAILPOET-2443]
This commit is contained in:
@ -14,6 +14,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
* @property string|null $type
|
||||
* @property int $priority
|
||||
* @property string|null $scheduled_at
|
||||
* @property boolean|null $in_progress
|
||||
* @property int $reschedule_count
|
||||
* @property string|array|null $meta
|
||||
*/
|
||||
|
Reference in New Issue
Block a user