You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
revise the stale detection warning,
- now is visible even if there arent any dependencies.
- displays the last checked time
- displays additional hints about core and gearman
This [% type | html %] has not been checked recently. Have a look at the
116
-
<a href="[% uri_with(c, { type => 'dtree' }) %]" class="link font-bold">dependency tree <i class="uil uil-share-alt align-middle"></i></a>
117
-
to get a hint.
114
+
<div class="whitespace-pre-line">
115
+
<p class="mb-2">
116
+
This [% type | html %] has likely missed two scheduled checks in a row according to its last check time: [% date.format(obj.last_check) %]
117
+
</p>
118
+
<p class="mb-2">
119
+
This could be a dependency issue, you can check the <a href="[% uri_with(c, { type => 'dtree' }) %]" class="link font-bold">dependency tree</a> to confirm this.
120
+
</p>
121
+
<p>
122
+
If rescheduling a manual check works and last update is fresh, it is likely that the core is scheduling checks properly but not getting results.
123
+
</p>
124
+
<p>
125
+
If Gearman is used, it could that gearman workers are down or overloaded beyond the point where they can follow the schedule.
0 commit comments