cashapp / backfila

Service that manages backfill state, calling into other services to do batched work
https://cashapp.github.io/backfila/
Apache License 2.0
30 stars 49 forks source link

Adding support to bind multiple listeners to backfill run events #383

Closed AndrewZeitler closed 4 months ago

AndrewZeitler commented 4 months ago

Adding binding for multiple listeners to backfill events. This will allow us to add custom slack messages and actions based on backfill events

AndrewZeitler commented 4 months ago

What is driving this change? Do you want to add a new listener?

Also curious at which company you are using this?

I am at Faire. We have a need to send a message directly out to those on our team when they run a backfill to also create one in another environment. Right now there doesn't seem to be another way to do this. We were going to add another listener in our repo and leave this here extendable so it can be added to easily. Was talking with @shellderp about this approach