ghevge

Results 28 issues of ghevge

Hi, I'm on tornado 6.1, python 3.9 running on an alpine container 4 CPU with 4 GB of Ram, and I'm seeing a weird behavior when calling a remote service...

httpclient
investigation

Hi, Recently I've updated my tornado tests container to python:3.10-alpine3.15 from python:3.9.6-alpine3.14. After doing this, my tests started to fail with the error below. These are my dependencies: ``` coverage==5.3...

httpclient
investigation

Hi, Any particular reason why methods calls to _handle_request_exception(e) or on_finish() are not being awaited ? https://github.com/tornadoweb/tornado/blob/1db5b45918da8303d2c6958ee03dbbd5dc2709e9/tornado/web.py#L1709 In my implementation I'm overwriting these methods, but I need async support on...

web

Hi, I'm trying to install redislite on a python:3.9.9-alpine3.15 image. The error I'm getting is the one below. Any idea why I'm getting it and how can I fix it?...

Hi, Is there a document where I can see all the supported DB engines? Also do you know if mybatis migration is working with NoSQL ScyllaDB ? Thanks

### Description Today you can make use of the docker-compose scale functionality to scale up running containers on the flay, by calling somehething like: `docker-compose scale middleware=2` wich works ok,...

kind/question

I'm trying to import the whole worlds into my test tiles server, but the import operation is very time consuming. So I would like to stop it at some point...

Looking at the run.sh definition. it seems that the indexes creation is done by passing the indexes creation queries in a single script. `https://github.com/Overv/openstreetmap-tile-server/blob/master/run.sh#L115` This will generatly result in the...

Resource wise, what exactly is more important/relevant during the data import phase Disks, RAM or CPU? What do I have to add more in order to speed up import? Thanks

Is this tool still being mantained? I can see the last releas was back in 2020. Any plans for releasing the 2.0 version ? I can see a feature in...