jeremyjpj0916

Results 114 comments of jeremyjpj0916
trafficstars

Has to be some kinda resource scale issue or warmup problem in my env paired with newer kong version causing the shakey startup. Do yall have any OSS or enterprise...

@StarlightIbuki can you re-open this? Vs me making a brand new issue that will just clone the deets I have given here. Edit - Remade it here since was not...

Other ideas I may have that might cause Kong to do this would be what happens if an entity tries to PUT against the admin API while Kong is still...

@StarlightIbuki I don't override the default conf file at all but we do use ENV variables to dictate our runtime as well as a custom NGINX template. Current ENV Variables...

@StarlightIbuki And current nginx template file: ``` pid pids/nginx.pid; > if wasm and wasm_dynamic_module then load_module $(wasm_dynamic_module); > end error_log ${{PROXY_ERROR_LOG}} ${{LOG_LEVEL}}; > if database == "off" then lmdb_environment_path ${{LMDB_ENVIRONMENT_PATH}};...

@StarlightIbuki I don't think its ENV variable or template specific though because I can point at a smaller dev db and none of the error logs come up but as...

@StarlightIbuki @chronolaw To give more context on available resources I have k8s pods starting up with as much as 4 cpus and 10Gi(nginx I set it to spin up 4...

schema_meta looks correct too for the stage db(all elements are up to 360 for latest kong version): ``` kong_stage2=# select * from schema_meta; key | subsystem | last_executed | executed...

Plugins takes the cake for largest table expectedly: ``` kong_stage2=# \dt+ List of relations Schema | Name | Type | Owner | Persistence | Access method | Size | Description...

@chronolaw is the latest on luarocks(can install the latest version after the kong build w an extra luarocks install line) or can I force a sed command during kong bazel...