Jason Judge
Jason Judge
Yes, it is only for products, designed to fill a gap (my external fulfilment system needed access to additional metdata for the products to help decide who was going to...
Use the new v2 REST API (WC 3.x) instead of this plugin. It now does everything this plugin does out of the box. The README gives some examples of how...
@JarJak I'm guessing jms-serializer is out of scope for this package. If you need this fixed, then you are going to have to dig into it yourself and report back...
This is the type of message the queue worker gets (sometimes) when the queue connection drops: > Fail: > Code: 500 > Value: Operation could not be completed within the...
Let me know what I can do to help. There are a lot of pins set up in the chain here, and some things just have to be left to...
I also think this is something that Laravel should take on board to a certain extent, perhaps allowing the connector to return a "connection lost" exception so that Laravel can...
Noticed the Azure PHP storage libraries have all been taken up a point release in the last day. Not sure if the new version tackles any of the timeout/auto-reconnect issues.
Thanks, that's some great analysis, very much appreciated. I think you may be right about connections being held open. If Laravel is polling the queue every few seconds, and it...
Just looking at the lost connection detection in `illuminate/queue`, and realise it just uses the database lost connection detection: https://github.com/illuminate/queue/blob/9c063c804f6ab0596c68c41830496029fbca31f7/Worker.php#L9 That's a bit *WTF*, TBH. It may be relevant for...
Even if I set the header `Accept: text/xml`, the GB Payroll endpoint returns JSON. I think this is how it's going to be. I've kind of hit this type of...