mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix: keep runtime UI changes self-contained
This commit is contained in:
parent
c566a9236c
commit
0162bb332c
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ export interface HeartbeatRun {
|
|||
errorCode: string | null;
|
||||
externalRunId: string | null;
|
||||
processPid: number | null;
|
||||
processGroupId: number | null;
|
||||
processGroupId?: number | null;
|
||||
processStartedAt: Date | null;
|
||||
retryOfRunId: string | null;
|
||||
processLossRetryCount: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue