OpenLiberty / ci.docker

Eclipse Public License 1.0
42 stars 59 forks source link

Add option to warm an endpoint during SCC population #508

Closed jdmcclur closed 5 months ago

jdmcclur commented 5 months ago

This is a performance change for improving first request time, mainly focused on InstantOn, but will also work for normal startup. Note: It is not enabled by default because it could break things if an endpoint is used that doesn't exist or if curl is not installed (in the new java 21 images). So, I'd rather have customers enabled it and test it out before using it.