We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704c958 commit fa2bc7fCopy full SHA for fa2bc7f
src/server/routes/admin/transaction.ts
@@ -40,7 +40,24 @@ responseBodySchema.example = {
40
raw: {
41
queueId: "9eb88b00-f04f-409b-9df7-7dcc9003bc35",
42
},
43
- logs: ["Log line 1", "Log line 2"],
+ jobs: [
44
+ {
45
+ queue: "transactions-1-send",
46
+ jobId: "430235bb-4430-47d2-9373-845454f2375e:0",
47
+ timestamp: "2024-07-30T22:02:14.057Z",
48
+ processedOn: "2024-07-30T22:02:14.062Z",
49
+ finishedOn: "2024-07-30T22:02:14.832Z",
50
+ lines: ["..."],
51
+ },
52
53
+ queue: "transactions-2-mine",
54
+ jobId: "430235bb-4430-47d2-9373-845454f2375e",
55
+ timestamp: "2024-07-30T22:02:14.828Z",
56
+ processedOn: "2024-07-30T22:02:17.748Z",
57
+ finishedOn: "2024-07-30T22:02:17.977Z",
58
59
60
+ ],
61
62
};
63
0 commit comments