autogits/gitea-events-rabbitmq-publisher
2024-09-11 18:56:48 +02:00
..
.gitignore . 2024-08-14 17:58:22 +02:00
go.mod . 2024-08-27 11:42:48 +02:00
go.sum . 2024-08-27 11:42:48 +02:00
main.go enable debug-only rabbitmq webhook hander 2024-09-11 18:56:48 +02:00
rabbitmq.go copyright 2024-09-10 18:24:41 +02:00
README.md RabbitMQ central to design 2024-09-10 17:34:01 +02:00

gitea-events-rabbitmq-publisher

Publishes all events that go to a webhook to RabbitMQ instance.

Areas of Responsibility

  • Listen for webhook events from Gitea
  • Forward them to RabbitMQ
    • queue events locally if rabbit is temporarily not working

Target Usage

Required for PR and Direct Workflows.