Mark Lambley
Mark Lambley
Could the ceQueue definition include, optionally, the fields `interval, limit, requeue, runonce`? Something like: ```xml ``` And then in `StartConsumerCommand` if those options are not specified on the command line,...
Right now when I have a job that fails (throws an Exception) and is requeued, the system immediately attempts to run it `$maxRetries` times and then fails altogether. In the...
https://github.com/mlambley/swagception/blob/c3393eb769978a9d9eeef992ffc3c273dd775c51/src/Request/Runner/Runner.php#L23 Also catch ServerException
Currently looking into https://github.com/LinguaLeo/php-servaxle Or possibly https://github.com/silexphp/Pimple Needs to be PHP 5.6 compatible, unfortunately.
"Do this action and check the response against the schema. Then do that action and check the response against the schema as well as against the data in the first...
A better framework around catching the myriad exceptions and updating $I and $S for each of them. Currently looks like: ```php try { //Stuff } catch (\Swagception\Exception\NoPathHandlerException $e) { //We...
https://github.com/mlambley/swagception/blob/f05f7465389d4f2db2bbd756d86efa6fc7eaa509/src/SwaggerSchema.php#L151 stripos
Will also include tests for the extension. Throw in tests for the Configuration, NoPathHandler, and ResponseEmpty exceptions while we're at it.
I'm only implementing get because running the urls separately with other methods results in the system randomly creating/updating/deleting records across the system. While it is technically possible to validate against...
### Is there an existing issue for this? - [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed ### Describe the...