Skip to content

Commit 7c4cdbb

Browse files
committed
feat: add housekeeping for auto unshelve and auto unack
1 parent a8645a0 commit 7c4cdbb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/templates/app/supervisord.conf.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ autostart=true
4040
autorestart=true
4141
redirect_stderr=true
4242
{%- endif %}
43+
44+
[program:housekeeping]
45+
command= bash -c "sleep 10 && alerta housekeeping"
46+
autostart=true
47+
autorestart=true
48+
redirect_stderr=true

0 commit comments

Comments
 (0)