Add recovery for orphaned jobs
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
</h1>
|
||||
</div>
|
||||
<div class="flex gap-2">
|
||||
<form method="post" action="/alerts/abandon-stuck"
|
||||
onsubmit="return confirm('Mark every currently alerted stuck job as cancelled? Use this only for jobs no longer running on their agents.');">
|
||||
<button type="submit" class="btn btn-danger">Abandon all stuck jobs</button>
|
||||
</form>
|
||||
<a href="/settings/notifications" class="btn">Channel settings →</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user