Skip to content
#

python-framework

Here are 75 public repositories matching this topic...

kopf
nolar
nolar commented Aug 20, 2020

Problem

K8s-event posting can fail to post an event (kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.

This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object logger messages (logger.info(...) from the

alvarogzp
alvarogzp commented Nov 17, 2017

The bot should:

  • Kick or restrict writing a user who sends too many messages per second/minute (configurable).
  • Notify the group when it takes some action (eg. the user has been restricted/banned).
  • The feature should be opt-in per group, being off by default.

Nice to have:

  • Warn a user before reaching a limit (eg. when a user has written 80-90% of allowed messages per m

Improve this page

Add a description, image, and links to the python-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-framework topic, visit your repo's landing page and select "manage topics."

Learn more