Files
status-python-sdk/config.yaml
T
Nick Ninov f74afd5670 monitor: Community Activity
- Community activity must be calculated from `raw_messages` instead of `raw_community_activity`
- Related to https://github.com/status-im/data-docs/issues/153#issuecomment-4355324780
2026-04-30 21:52:34 +03:00

18 lines
503 B
YAML

postgres:
schema: "status_app_monitoring"
tables:
messages: "raw_messages"
community: "raw_community_info"
# Value must be in MINUTES
sleep: 10
files:
# Get the latest community chat dates for next run
current_state: "dates.pkl"
# Parameters based on Account class
bot_params:
# localhost - to run code locally with Status Backend Dockerfile
# status-backend - to run code with docker-compose.yaml
domain: "status-backend"
port: 8080
is_secure: false