18 lines
356 B
Markdown
18 lines
356 B
Markdown
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.
|