David Goring

Results 4 issues of David Goring

**Describe the bug** looks like the `destroy()` is getting triggered in the constructor before `this.config` is defined.

In [`ActionScheduler_Compatibility::raise_time_limit()`](https://github.com/woocommerce/action-scheduler/blob/3.2.1/classes/ActionScheduler_Compatibility.php#L81-L98) I would suggest you always call `set_time_limit()` (unless already infinite) using either the current max_execution_time or the `$limit` which ever is bigger that way you are always "raising...

type: enhancement

Seems that the sql produced puts null in a string ```sql ALTER TABLE table CHANGE column column ENUM('Option 1','Option 2') DEFAULT 'NULL' COLLATE `utf8mb4_unicode_ci`; ``` Minor issue as resolved by...

Are you able to release a version that supports PHP 8