X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/32e3f6eb604d3692f10f16220a78e07c056be00e..0f644e242ef37c911ad3dc25aca8135c339de349:/services/nodemanager/arvnodeman/clientactor.py diff --git a/services/nodemanager/arvnodeman/clientactor.py b/services/nodemanager/arvnodeman/clientactor.py index 9a9ce588d3..afc4f1cb58 100644 --- a/services/nodemanager/arvnodeman/clientactor.py +++ b/services/nodemanager/arvnodeman/clientactor.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 from __future__ import absolute_import, print_function @@ -38,7 +41,7 @@ class RemotePollLoopActor(actor_class): super(RemotePollLoopActor, self).__init__() self._client = client self._timer = timer_actor - self._later = self.actor_ref.proxy() + self._later = self.actor_ref.tell_proxy() self._polling_started = False self.min_poll_wait = poll_wait self.max_poll_wait = max_poll_wait