runabol / tork-web

Web UI for Tork Workflow Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Wrong Runtime if task failed

ppcololo opened this issue · comments

Hello, faced interesting issue:

state: RUNNING
createdAt: 2023-10-20T01:19:56.420301Z
scheduledAt: 2023-10-20T01:19:56.424951Z
startedAt: 2023-10-20T07:12:15.879177Z
failedAt: 2023-10-20T01:19:56.252516Z

image

So, if task was failed we can see incorrect Runtime in tork-web

Will be nice to see some Fail counter near the task State

When it completed time is correct:
image

@ppcololo this should be fixed. could you confirm?

I don't know what did you fix, but I still see this issue:
image

coordinator:
image

Can you try again using the latest release?

I will try, thanks.
But can't reproduce it right now.
If I have an issue then write here

image

image

createdAt: 2023-11-11T04:32:06.689706Z
scheduledAt: 2023-11-11T04:32:06.700287Z
startedAt: 2023-11-11T05:37:18.931082Z
failedAt: 2023-11-11T04:32:06.675842Z```

New data: no time at all

image

image

for running task

state: RUNNING
createdAt: 2023-11-15T11:46:35.067896Z
scheduledAt: 2023-11-15T11:46:35.091199Z
startedAt: 2023-11-15T11:46:35.214332Z
failedAt: 2023-11-15T11:46:35.0151Z

for completed

state: COMPLETED
createdAt: 2023-11-13T20:33:12.05211Z
scheduledAt: 2023-11-13T20:36:03.056434Z
startedAt: 2023-11-15T03:16:02.248571Z
completedAt: 2023-11-15T03:16:03.156508Z

Can you try again using the latest release?

I didn't see any issues
closing