Sandeep Srinivasa
Sandeep Srinivasa
@Kludex gunicorn is maintaining parity with uwsgi. Both kill off workers + shutdown when SIGINT or SIGQUIT is received. https://uwsgi-docs.readthedocs.io/en/latest/Management.html . in fact in uwsgi 2.1, SIGTERM also shuts down...
im facing the same issue here. is there a workaround ? we are using fastapi
@yasahmed have you got face-api.js to work with react native ? can you post an example ?
is there an update for this ? can we use template variables in any environment variables ?
hi guys, is there any progress on this ? what is the currently acceptable mechanism to block on a workflow for external input and then resume ?
is there an API to set the use_accelerate_endpoint option ? We are using stateless AMIs to run our flask application, so we dont really have a home directory.
@mamiu is there way to achieve your solution in a HA (high availability k3s setup) ? im talking about this - https://rancher.com/docs/k3s/latest/en/installation/ha-embedded/ would it mean that the masters have traefik...
please support postgresql jsonb - its one of the most extensively used document database now. Redshift is entirely based on this.
Hi jeroen I did not mean as a connection mechanism (of which you just fixed a bug yesterday), but of the usage paradigm. For example the mental model of mongodb,...
just FYI - these are the operators and types that are supported by Postgresql in its NOSQL jsonb schema http://www.postgresql.org/docs/9.5/static/datatype-json.html http://www.postgresql.org/docs/9.4/static/functions-json.html On Thu, Feb 4, 2016 at 11:39 PM, Scott...