Callback when this executor is restarted. Returns true if successfully restarted, false otherwise.
@override Future<bool> onRestart() async { await subscription?.cancel(); return true; }