We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a789b commit 48f9884Copy full SHA for 48f9884
templates/oio-event-handlers.conf.erb
@@ -13,6 +13,20 @@ pipeline =<% if @quarantine %> quarantine<% end %><% if @replication %> replicat
13
pipeline = noop
14
<% end -%>
15
16
+[handler:storage.content.update]
17
+<% if @replication -%>
18
+pipeline = replication %>
19
+<% else -%>
20
+pipeline = noop
21
+<% end -%>
22
+
23
+[handler:storage.content.drained]
24
25
26
27
28
29
30
[handler:storage.content.broken]
31
<% if @rebuild or !webhooks_handlers.fetch("storage.content.broken", []).empty? -%>
32
pipeline = content_rebuild <%= webhooks_handlers.fetch("storage.content.broken", []).join(" ") %>
0 commit comments