12 Factors for micro service applications
We talk about the 12 factors to create a successful micro service application deployment.
I had a problem with some webservices connections timing out in our environments and I thought that the timeouts where a bit long. Most of our webservices run inline with a user request and some of the default timeouts didn’t make the cut. com.ibm.websphere.webservices.http.connectionTimeout=300 com.ibm.websphere.webservices.http.maxConnection=50 com.ibm.websphere.webservices.http.SocketTimeout=300 The settings above is the onces set in Websphere…
I talk about my experience at a hackathon last weekend.
We use singularity to create containers both in an interactive mode and also using definition files to build them automaticly.
Customer segments aren’t the most straight forward concept. It should be and works fine but the back-end handling seems to be a set of different solutions put together to make the whole. First of we have the customer segments created as member groups. These groups have names and some small settings but only a few…
We look at the last release of lit-html and what have been added to the latest API.
I’m trying to solve all the Advent of Code puzzles in this video series.