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
Add explicit deletion timeout for StopContext message.
In spark-jobserver#727 there was a contextDeletionTimeout added which determines how
long we wait for a context to stop. WebApi does not respect this timeout
though, implicit timeout for StopContext message is much shorter than
actual contextDeletionTimeout. Fix by adding explicit timeout for
StopContext message.
0 commit comments