← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:dont-let-cache-amqp-hang into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:dont-let-cache-amqp-hang into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/465405
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:dont-let-cache-amqp-hang into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/units/cache-amqp.service b/charms/focal/autopkgtest-web/units/cache-amqp.service
index d7aa53d..b912835 100644
--- a/charms/focal/autopkgtest-web/units/cache-amqp.service
+++ b/charms/focal/autopkgtest-web/units/cache-amqp.service
@@ -2,7 +2,8 @@
 Description=Cache queue entries from AMQP
 
 [Service]
-Type=oneshot
+Type=simple
+RuntimeMaxSec=10m
 User=ubuntu
 StateDirectory=cache-amqp
 ExecStart=/home/ubuntu/webcontrol/cache-amqp

Follow ups