Active
Project:
Hostmaster (Aegir)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2016 at 11:01 UTC
Updated:
21 May 2016 at 18:43 UTC
Jump to comment: Most recent
Comments
Comment #2
steven jones commentedYeah, if we don't have it already, maybe something in the queue daemon 'event loop' that just writes a variable every minute or so as a 'heartbeat'.
We'd probably want to flag it up as a big warning on most pages too, rather than just something on the status page, to make it more obvious.
Comment #3
ergonlogicWe have the
hosting_queue_tasks_last_runvariable that gets set by the cron-based task queue. We could presumably also update that periodically via the queue daemon. We could then just check that variable against the current time, presumably with some configurable interval, and start throwing warnings from there.