Skip to content

Commit a12de92

Browse files
committed
Add docs about weirdness
1 parent 797ec12 commit a12de92

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ However, the maximum allowed value is 50.
176176

177177
A response to an invalid query may have an ``application/json`` content type but include text (not JSON) data.
178178

179+
After deleting a target, for up to approximately 30 seconds, matching it with a query returns a 500 response.
180+
179181
Performing a release
180182
--------------------
181183

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ Matching a target which is in the processing state sometimes returns a successfu
177177
Sometimes a 500 (INTERNAL SERVER ERROR) response is given.
178178
The mock always gives a 500 response.
179179

180+
Matching deleted targets
181+
~~~~~~~~~~~~~~~~~~~~~~~~
182+
183+
Matching a target which has been deleted returns a 500 (INTERNAL SERVER ERROR) response within the first few seconds.
184+
This timeframe is not consistent on the real Vuforia Web Services.
185+
On the mock, this timeframe is always three seconds.
186+
180187
.. |Build Status| image:: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
181188
:target: https://travis-ci.org/adamtheturtle/vws-python
182189
.. |codecov| image:: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg

0 commit comments

Comments
 (0)