b3n
b3n
I would "extend" - "add" /health rather than replace. Keep isalive for backwards compatibility or a "cheaper" way to check if the server is up
The Password is set on the core as well as on the rabbitmq instance via: `RABBITMQ_PASSWORD` environment variable. On the rabbitmq front it only treated as an initializing password, but...
I improved upon this in #675 it will be in the next release (1.3.0)
This was generally fixed with #24 There should be an error message indicating that the XPATH is either valid or invalid (raise error if not) and if it is valid...
We have the selenium based web collector for this.
[web_collector.py](https://github.com/taranis-ai/taranis-ai/blob/master/src/worker/worker/collectors/web_collector.py) has XPath support. Adding something like digest splitting support to, it could be tracked via a separate issue. Even tough, that worker would probably need some tests and QA...
I will expose both pool_size + max_overflow via the config so a user could set via .env to mitigate this.
Solved in https://github.com/taranis-ai/taranis-ai/releases/tag/1.1.6
The "biggest" instance we directly operate has around 180 OSINT Sources from which most are very low volume resulting in between 500 - 1000 News Items per day collected. The...
That could definitely explain why we haven't seen this, since this is significantly more than what we include in our tests right now! We don't have any "load testing" now,...