Brent Shepherd
Brent Shepherd
> Would be nice to get some additional information in console output, such as executed hook name. [Agreed](https://github.com/Prospress/action-scheduler/issues/225). > Posting my action item plan for validity check: That looks valid....
That's a good idea @jrick1229 thanks for posting. 👍 One consideration with this is a delay on any workflow triggered by it. e.g. if a customer is just playing with...
Another idea is to have a way to inherit or copy data from one line item to another via a new fields on the _Add Product action. For example, add...
New _Each Line Item_ triggers, like a _Subscription Renewal Payment Complete - Each Line Item_ trigger will likely be the best solution to this. ~~We'd need to add a new...
I think in general it makes sense to add _most_ new subscriptions functionality to this add-on. But if you think these triggers are warranted in core, I'm totally fine with...
OK let's do them in core. I'll open an issue there and close this one. 👍
I'm also seeing a few of the following deadlocks when claiming actions (on a site with 8 concurrent queues processing): ``` WordPress database error Deadlock found when trying to get...
@rrennick I think that's probably the best we can do. Sleep + retry won't reduce the likelihood of it happening much, because it's equally likely there will be multiple queues...
For posterity, the relevant part of my reply from Slack: > Action Scheduler's WP CLI command already has that: https://github.com/Prospress/action-scheduler/blob/master/classes/ActionScheduler_WPCLI_QueueRunner.php#L118 > But I guess the migration commands are using something...