Squigg

Results 9 comments of Squigg

Yeh I'll need to see if anything has changed in the Queue APIs. Might get a few hours to look at it this weekend, or I'm open to PRs with...

Had a look through the Laravel 8 -> 9 diff and there were no changes in any of the `Queue` interfaces or implementations so have just bumped the dependencies and...

Thanks for the report - I'll take a look into it this weekend.

I've had a look into this, and with what you are seeing it appears there may be two different scenarios happening: 1. cURL is simply failing to connect to the...

Also, I am not 100% sure whether the latter HTTP 500 error is actually a formal timeout / connection lost, so may get some pushback from the Laravel maintainers if...

Thanks for the contribution. According to the [documentation](https://github.com/Azure/azure-storage-php/blob/master/azure-storage-queue/src/Queue/QueueRestProxy.php#L278) this method can still return 500 error with `OperationTimedOut` and suggests retrying. Perhaps we should handle this error and continually retry until...

Hey, sorry for the delay. I think we need to be more specific about the `ServiceException` being caught here, as this exception can occur for many other reasons beyond just...

Thanks, I've had a quick look at the OSS package. It's a little rough around the edges still in terms of test coverage and maintenance, but it's preferred to move...

Just to keep this updated - the OSS package doesn't really seem to have any active maintainers, leaving us in much the same state as the MS one. If something...