Skip to content

Commit

Permalink
disable constructor transfer init
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Mar 6, 2024
1 parent 8518a49 commit dd385d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/broker/operandi_broker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def run(self):
sync_db_initiate_database(self.db_url)
self.hpc_executor = HPCExecutor()
self.log.info("HPC executor connection successful.")
self.hpc_io_transfer = HPCTransfer()
self.log.info("HPC transfer connection successful.")
# self.hpc_io_transfer = HPCTransfer()
# self.log.info("HPC transfer connection successful.")

self.rmq_consumer = get_connection_consumer(rabbitmq_url=self.rmq_url)
self.log.info(f"RMQConsumer connected")
Expand Down

0 comments on commit dd385d7

Please sign in to comment.