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 creating parameterized jobs, the job itself (not the dispatched jobs) will sometimes show as running and sometimes show as dead. As an example, I have the following jobs:
ID Type Priority Status Submit Date
profile-service-stag-migrate batch/parameterized 50 dead 10/16/17 12:21:36 EDT
traitify-api-stag-migrate-with-params batch/parameterized 50 running 10/25/17 11:01:36 EDT
Notice that the top one shows as "dead" and the bottom one shows as "running"
Here are the detailed inspects of the two jobs:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.6.3
Operating system and Environment details
debian 8
Issue
When creating parameterized jobs, the job itself (not the dispatched jobs) will sometimes show as
running
and sometimes show asdead
. As an example, I have the following jobs:Notice that the top one shows as "dead" and the bottom one shows as "running"
Here are the detailed
inspect
s of the two jobs:The
dead
job:The
running
job:Is there any reason these would show up differently?
Thanks!
The text was updated successfully, but these errors were encountered: