mailcow/data/Dockerfiles
Michael Stilkerich 533bd36572 Fix CPU load of dockerapi container
Previously the handle_pubsub_messages() loop was executing every 10ms
when there was no message available. Now reading from the redis network
socket will block (the coroutine) for up to 30s before it returns when
no message is available.

Using channel.listen() would be even better, but it lacks the
ignore_subscribe_messages option and I could not figure out how to
filter the returned messages.
2023-08-05 20:58:34 +02:00
..
acme Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
backup Swapped PIGZ instead of gzip 2022-10-19 11:15:12 +02:00
clamd [CLAMAV] Update to 1.0.1 2023-02-16 14:56:56 +01:00
dockerapi Fix CPU load of dockerapi container 2023-08-05 20:58:34 +02:00
dovecot [Dovecot] remove pass return in Dovecot lua auth 2023-05-30 16:47:03 +02:00
netfilter Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
olefy Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
phpfpm Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
postfix [Postfix] remove dnsbl_reply.map if not required 2023-08-03 09:00:08 +02:00
rspamd Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
sogo Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
solr Update gosu to 1.16 2023-01-04 19:10:32 +01:00
unbound Changed maintainers to tinc (Dockerfiles) 2023-05-30 16:20:35 +02:00
watchdog Update Base Images to Alpine 3.17 2022-12-01 23:02:03 +01:00