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
"worker" apps should be able to shut down gracefully. Current behavior when a shutdown signal is received is to close the app & exit after 10 seconds. A better behavior would be to wait for any active jobs to finish processing before terminating.
"worker" apps should be able to shut down gracefully. Current behavior when a shutdown signal is received is to close the app & exit after 10 seconds. A better behavior would be to wait for any active jobs to finish processing before terminating.