Use 'monofy' package now that it is extracted

This commit is contained in:
Klaas van Schelven
2024-09-04 22:54:27 +02:00
parent ce6fe06315
commit 67cfbb58d7
6 changed files with 3 additions and 193 deletions

View File

@@ -16,7 +16,7 @@ DEFAULTS = {
# * containers are supposed to be disposable; the message queue will be disposed of when the container is; the
# ingested (but not yet digested) events in the /tmp/ dir will be too, by the way.
# * snappea may get a TERM signal because either the container is being stopped, or when the server exits (via
# bugsink-server-unified).
# monofy).
#
# Given the above, it's better for snappea to do all the work it can before it gets killed the drastic way when
# Docker gets impatient, than to quickly shut down and leave the server with a bunch of unprocessed events. This is