ZinkevychSergii
ZinkevychSergii
logs pretty much good. on publish successful post request. on subscribe successfull get request nchan version v1.2.5 not sube about rate per channel, where could i found it? probably more...
any guesses here? i have 4 nchan container at k8s and they are connect to redis cluster. when i read stats from XXX/nchan_stub_status it gives mes ``` total published messages:...
seems to be ok now. but nchan_stub_status still show different values of each request. probably works as design. @slact one more question, probably not related to this issue. nginx_stub_status shows...
when do publish, i can see post log 10.20.12.173 - - [19/Sep/2019:14:47:26 +0000] "POST /pub/a5ea6c6dcb56ce8e0ada4efcca11e9deafe851b273caa98c29d23b1ff8b34430?max_msg=1&ttl=0s HTTP/1.1" 201 103 "-" "-" "-" but when i try to subscribe to this channel...
nginx.conf ``` user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; load_module "modules/ngx_nchan_module.so"; events { accept_mutex on; worker_connections 10000; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr -...
as i have restarted pods, all logs missed. will post as soon as get it