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 async or sync jobs are interrupted by the Java VM they remain in the phase they were set to by the job runner. Instead, the Job executor should detect an InterruptedException and use the job updater to set the phase to TERMINATED if not already in a terminal phase.
The text was updated successfully, but these errors were encountered:
When async or sync jobs are interrupted by the Java VM they remain in the phase they were set to by the job runner. Instead, the Job executor should detect an InterruptedException and use the job updater to set the phase to TERMINATED if not already in a terminal phase.
The text was updated successfully, but these errors were encountered: