Skip to content

Latest commit

 

History

History
53 lines (51 loc) · 1.32 KB

File metadata and controls

53 lines (51 loc) · 1.32 KB

Main Handler

  • Any Message
    • Add dump_private_chat_message to dump messages via message.model_dump_json
      • Add InlineButton to change dump options (unset, none, defaults)

TODO

Infrastructure

  • Kafka
    • Init
    • Docker service
      • Healthcheck
      • CPU/MEM Usage
  • Rabbit
    • Init
    • Docker service
      • Healthcheck
      • CPU/MEM Usage
  • Redis
    • Init
    • Docker service
      • Healthcheck
      • CPU/MEM Usage
  • Postgres
    • Init
    • Docker service
      • Healthcheck
      • CPU/MEM Usage
  • Minio
    • Init
    • Docker service
      • Healthcheck
      • CPU/MEM Usage
  • Aiogram
    • Init

Functionality

  • Move MessageStats.is_user_admin into UserChats
    • Create Table
    • Add user info
  • Generate User Stats
    • Simple Plot
      • Generate pic
      • Cache Generated pic filepath
        • Cache will be updated for next the hour
      • Clear cached data (date < curr_date - (hours=1))
      • Set stats_limit
  • Generate Chat Stats
    • Simple Plot
      • Generate pic
      • Cache Generated pic filepath
        • Cache will be updated for next the hour
      • Clear cached data (date < curr_date - (hours=1))
      • Set stats_limit