358235737
358235737
```python Alert.objects(Q(status='0') & Q(subsys=subsys) & ( Q(timestamp__gte=self.start_time) & Q(timestamp__lte=self.end_time))).limit(num).update(status="2") ``` limit is invalid ```python Alert.objects(Q(status='0') & Q(subsys=subsys) & ( Q(timestamp__gte=self.start_time) & Q(timestamp__lte=self.end_time))).limit(num) limit is valid ``` how to operate query...
with this module ,i write some lua as below: local upstream = require "ngx.upstream" local get_servers = upstream.get_servers local get_upstreams = upstream.get_upstreams local us = get_upstreams(); then i get us...
that I used with 2.9,but when I do /detail with get ,the response has no ip_hash displayed,but I has already set into my conf