justb4 on master
#423 pin markupsafe package to … (compare)
justb4 on pip
justb4 on master
Bump jinja2 from 2.10.1 to 2.11… (compare)
Hi @nagyrobir , let's start - hot to coordinate this :) ?
@justb4 the tips:
tcp_keepalives_idle = 300 # TCP_KEEPIDLE, in seconds; # 0 selects the system default tcp_keepalives_interval = 30 # TCP_KEEPINTVL, in seconds; # 0 selects the system default tcp_keepalives_count = 10 # TCP_KEEPCNT;
Are settings in
postgresql.conf
. In another (non-GHC) project we needed those because of datacenter connectivity/firewall settings.
There is a lot of info on the web, as this is purely PostgreSQL related.
seems to work! in ther last couple of days the service is running with no issue and the graph are updated regularly :)
pygeoapi
also uses Babel (.po
files). Info in the README there.pygeoapi
, there is even a YouTube Presentation from FOSS4G 2021 by the developer.
@justb4
FYI https://nvd.nist.gov/vuln/detail/CVE-2021-43818
see Dependabot PR at geopython/GeoHealthCheck#411
FROM arm32v7/python:3.7-alpine
. Because my RaspberryPi has a ARM 32bit architecture. I built the image on the RaspberryPi - I took roughly 2hours :sweat_smile: I could not built the image on my computer, because it has another architecture.Traceback (most recent call last):
File "/venv/lib/python3.7/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
worker.init_process()
File "/venv/lib/python3.7/site-packages/gunicorn/workers/geventlet.py", line 133, in init_process
self.patch()
File "/venv/lib/python3.7/site-packages/gunicorn/workers/geventlet.py", line 124, in patch
eventlet.monkey_patch()
File "/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 296, in monkey_patch
from eventlet.support import psycopg2_patcher
File "/venv/lib/python3.7/site-packages/eventlet/support/psycopg2_patcher.py", line 27, in <module>
import psycopg2
File "/venv/lib/python3.7/site-packages/psycopg2/__init__.py", line 68, in <module>
from psycopg2 import extensions as _ext
File "/venv/lib/python3.7/site-packages/psycopg2/extensions.py", line 211, in <module>
from psycopg2. _range import Range # noqa
File "/venv/lib/python3.7/site-packages/psycopg2/_range.py", line 502, in <module>
oid=3904, subtype_oid=23, array_oid=3905)
File "/venv/lib/python3.7/site-packages/psycopg2/_range.py", line 283, in __init__
self._create_ranges(pgrange, pyrange)
File "/venv/lib/python3.7/site-packages/psycopg2/_range.py", line 302, in _create_ranges
if isinstance(pgrange, basestring):
NameError: name 'basestring' is not defined
Activ(e) True
. That is the default.