Richard Smith
Richard Smith
Can this be overriden in config? My stream was failing with a "502 Bad Gateway" after 85 seconds, but the setting _play.server.http.idleTimeout = 900 seconds_ in application.conf fixed that, only...
play.ws.timeout.request=900s play.ws.timeout.idle=900s play.ws.timeout.connection=900s in the application.conf allowed my long requests to work - previously I was getting a numberformat exception when setting these values, not knowing that in Play 2.6...
I have tested the docker images as described in Steve's instructions at https://github.com/ONSdigital/address-index-api under "How do I get a sneak peak of the API?" on my Windows 10 machine and...
Custom endpoints were developed exclusively for Census 2001 components. The RH (Respondent Home) ones are no longer used and we have a ticket in the backlog to remove them. The...
The bucket endpoint is an EQ only one whereas groupedpostcode is shared https://github.com/ONSdigital/address-index-api/tree/develop/api-definitions/explore-the-api/eq/bucket https://github.com/ONSdigital/address-index-api/tree/develop/api-definitions/explore-the-api/groupedpostcode We're not doing anything with EQ at the moment, rather we're currently concentrating on getting the...