Andy Clark
Andy Clark
Will be needing this in the new year, happy to help once have got our products live.
Also have this issue, we can't monitor Symfony when it calls out to external APIs. Using latest dd trace. ``` php datadog-setup.php --php-bin=all --enable-appsec --enable-profiling Cannot load Zend OPcache -...
We also have interest in this.
Looks like one of the enumerate values doesn't exist. You could try to locate PT08 in library source code. Add in the missing values and push a PR.
In this case, we are using the healthchecks to ensure that parcels are being shipped out from the warehouse. They don't expect the workers to be working from 1am to...
Yes, it's not possible to make two concurrent connections to Amazon from the same Connection. We've resolved this using a shared semaphore. e.g. ``` if (await _semaphoreSlim.WaitAsync(30000, cancellationToken)) { //...
You can get it from the headers via "LastResponseHeader". e.g. connection.ListingsItem.LastResponseHeader?.ToList() Looking at my examples it's just called "Date". You can also get the x-amzn-RequestId value
Try updating the library, looks like the latest one doesn't do the signing as per https://github.com/abuzuhri/Amazon-SP-API-CSharp/discussions/667
Should be resolved. See https://github.com/abuzuhri/Amazon-SP-API-CSharp/discussions/667 and v1.7.7 https://github.com/abuzuhri/Amazon-SP-API-CSharp/commit/81785c5e5ce6bdfced89a61efbbd79ce0ab300e9**