Barry Hughes

Results 206 comments of Barry Hughes
trafficstars

Setting to low priority...the potential for this still exists, but we encounter it far less now (it was especially prone to surfacing under Travis, because of that platform's performance characteristics...but...

> I'm trying to figure out the best way to access the data associated to an action and can't understand why the fields aren't part of the ActionScheduler_Action class by...

> Not sure I've answered your question though Well it's a fair trade, since I couldn't give a complete answer to your initial question :-) I would say that, in...

Yep, I think you're right: unless we also want to make a schema change, there isn't really a clean and efficient way to handle this. I think we could ship...

That sounds like a very reasonable suggestion. Until then, do also note that as an alternative to checking `! function_exists( 'as_next_scheduled_action' )` you could instead do things this way within...

There's not quite enough information here for us to help. However, I'd note that if I take the code you shared and set it up in a brand new plugin,...

Sorry for the delay here, @shohag121. Testing this out: | … | Expression | Before fix | After fix | | --- | --- | --- | --- | |...

📝 Note to self: so far as I can tell, this lib is a custom fork that lives directly within our repo (ie, it is likely fine to adjust directly).

Some relevant docs/articles: - [MySQL Docs ▸ How MySQL Handles a Full Disk](https://dev.mysql.com/doc/refman/8.0/en/full-disk.html) - [Cyberciti ▸ MySQL Error 28 and Solution](https://www.cyberciti.biz/faq/mysql-error-28-and-solution/) Possibly we can detect this specific error (whether that's...

Brief précis of a chat with @rrennick on this: - We're trapping and handling exceptions but not [errors](https://www.php.net/manual/en/language.errors.php7.php). - When those errors occur, the queue runner stops (unlike with exceptions,...