Mik
Mik
**Update** We've added a reminder in the ["prepare release" workflow](https://github.com/woocommerce/google-listings-and-ads/blob/2.5.5/.github/workflows/prepare-release.yml#L42) to ensure it isn't forgotten during release. An improvement but still no automatic replacement so I'm leaving this issue open.
This issue has recently surfaced again with the following profiling:  *Note: this is taken from a site where GLA hasn't even been setup/onboarded yet* I think it's worth...
Thanks for the thorough investigation, adding it to the error_handler sounds like a great way to resolve the issue. Do you have a "before" and "after" comparison on resource usage,...
Can you also include the error from the logs, that you got after setting up the billing information. There is a quick popup that shows in the video "Unable to...
It was probably the `bccomp` error then. Based on the timestamps it happened right before the create campaign: ``` 2021-05-13T03:50:52+00:00 CRITICAL Uncaught Error: Call to undefined function Google\Protobuf\Internal\bccomp() in /var/www/findingsimple.com/public/wp-content/plugins/google-listings-and-ads/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php:996...
I'm not able to reproduce this failure, although it might be related to a specific time of day since it uses `gmdate( DATE_ATOM )`. However one thing I noticed is...
There was a recent failure of this same test, although there was a difference of only 1 second: https://github.com/woocommerce/google-listings-and-ads/actions/runs/10562298192/job/29259970597  I haven't looked into all the details, but it seems...
Nice find, definitely some inconsistent behaviour there. I have the feeling we can set this to low priority though. From what I can see, is if in between steps 6...
Thanks for the suggestion, this sounds like a great enhancement. Although we might need to put some thought into how to expand the attribute mapping rules in that way without...
Thanks for the report @ecaron Is it just the `apiclient` library that is being used by the plugin? Or are there other Google packages that are conflicting as well? We...