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
When submitting a service or daemon job, the expectation is for the job progress to exist as soon as the job is scheduled or maybe just when accepted. Whatever behaviour we had with v1.4.0
The case today is that job progress doesn't exist and waits for the jobs to be completed, which will never happen unless the user stops the job.
How to reproduce
Create a file named service_job.yaml with the following content:
When submitting a service or daemon job, the expectation is for the job progress to exist as soon as the job is scheduled or maybe just when accepted. Whatever behaviour we had with v1.4.0
The case today is that job progress doesn't exist and waits for the jobs to be completed, which will never happen unless the user stops the job.
How to reproduce
service_job.yaml
with the following content:The text was updated successfully, but these errors were encountered: