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
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
TaskEvent.java only supports exitCode that in int range.
When I stopped a docker drived job (via Nomad UI), and then start it again - the JobsApi allocations method failed with Unable to parse error
Numeric value (3221225786) out of range of int
because the "Terminate" TaskEvents has this exit code (3221225786).
Code 3221225786
The application terminated as a result of a CTRL+C.
Indicates that the application has been terminated either by user's keyboard input CTRL+C or CTRL+Break or closing command prompt window.
Thank you for your effort and time.
Regards,
Maor
The text was updated successfully, but these errors were encountered:
Nomad version
nomad-sdk version 0.11.3.0
Issue
When I stopped a docker drived job (via Nomad UI), and then start it again - the JobsApi allocations method failed with Unable to parse error
because the "Terminate" TaskEvents has this exit code (3221225786).
Code 3221225786
Thank you for your effort and time.
Regards,
Maor
The text was updated successfully, but these errors were encountered: