
Don't log an error if a worker shutdown (indicated by the context closing) interrupts a may-i-keep-running call. Instead, log at debug level and just return "yes, keep running"; we want the Worker to stop the task because it is shutting down, and not because the Manager told us so.