Skip to content

Commit

Permalink
Task UID on task list for easier debugging (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Dec 2, 2024
1 parent f04f9d4 commit e6d7108
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/pending_tasks.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<thead>
<tr>
<th scope="col">created at</th>
<th scope="col">ID</th>
<th scope="col">tag</th>
<th scope="col">receiver</th>
<th scope="col">target</th>
Expand All @@ -18,6 +19,9 @@
<td>
{{ task.payload.created_at }}
</td>
<td>
{{ task.uid }}
</td>
<td>
{{ task.payload_persistent.tag }}
</td>
Expand Down

0 comments on commit e6d7108

Please sign in to comment.