We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
development (master)
Three consecutive job status queries return:
{ "job_id": "63dc853f-0e65-4983-81e8-5f27654f4c90", "progress": 0, "started_at": "2023-05-12T12:48:22.706977", "state": "STARTED", "stopped_at": null, "submitted_at": "2023-05-12T12:48:22.706874" } { "job_id": "9b4b39f0-0a6e-4ca0-a63f-a7d114ba63c2", "progress": 0, "started_at": "2023-05-12T07:38:39.342723", "state": "STARTED", "stopped_at": null, "submitted_at": "2023-05-12T07:38:39.342670" } { "job_id": "9b4b39f0-0a6e-4ca0-a63f-a7d114ba63c2", "progress": 0, "started_at": null, "state": "ABORTED", "stopped_at": "2023-05-12T07:38:40.390251", "submitted_at": "2023-05-12T07:38:40.390211" }
I would expect the started_at field not to be null and in addition, the submitted_at and "start_at" are taken as now()
started_at
null
submitted_at
now()
No response
The text was updated successfully, but these errors were encountered:
sanderegg
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Which deploy/s?
development (master)
Current Behavior
Three consecutive job status queries return:
Expected Behavior
I would expect the
started_at
field not to benull
and in addition, thesubmitted_at
and "start_at" are taken asnow()
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: