Skip to content

Commit

Permalink
fix heartbeat for conveyor-receiver rucio#3646
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeerman committed Jun 10, 2020
1 parent 00798c9 commit 7b6b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/daemons/conveyor/receiver.py
Expand Up @@ -185,7 +185,7 @@ def receiver(id, total_threads=1, full_mode=False):

logging.info('receiver starting in full mode: %s' % full_mode)

executable = ' '.join(sys.argv)
executable = 'conveyor-receiver'
hostname = socket.getfqdn()
pid = os.getpid()
hb_thread = threading.current_thread()
Expand Down

0 comments on commit 7b6b38a

Please sign in to comment.