You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which is incorrect. The start of my run was at 11:44:34 (or around that time, once Autosubmit parsed/validated/loaded everything for the run). Looks like the API is returning the create time of the jobs metadata or sqlite DB. In either case, that could have been done days/weeks before the experiment is actually submitted.
The text was updated successfully, but these errors were encountered:
The start date is directly retrieved from the DB. IMO I think Autosubmit should not write the start date when doing autosubmit create since in the experiment_run table we already have a created column.
PS: There is another thing in that experiment_run table. Why do we have 2 different datetime formats for created, modified, start, and finish? Why created and modified are not time zone aware?
Hi, in
a20x
(ClimateDT) I issued anautosubmit create
at 10:34 (unfortunately Autosubmit logs are not including the timestamp -- they should, IMO).And I executed the
nohup autosubmit run > logs...
command at 10:44.While talking with @GinkaVanThielen and trying to locate an endpoint with run start/end times, I found this one when visiting the experiment configuration page, https://HOST/v4/experiments/a20x/runs
The response for my experiment
a20x
isWhich is incorrect. The start of my run was at
11:44:34
(or around that time, once Autosubmit parsed/validated/loaded everything for the run). Looks like the API is returning the create time of the jobs metadata or sqlite DB. In either case, that could have been done days/weeks before the experiment is actually submitted.The text was updated successfully, but these errors were encountered: