Skip to content

Commit

Permalink
Remove redundant db connection check
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs authored and mvdbeek committed Jan 17, 2024
1 parent 9bae0a0 commit a4d0c33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/jobs/runners/pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def url_to_destination(self, url):
return JobDestination(runner="pulsar", params=url_to_destination_params(url))

def check_watched_item(self, job_state):
check_database_connection(self.app.model.session())
if self.use_mq:
# Might still need to check pod IPs.
job_wrapper = job_state.job_wrapper
Expand Down

0 comments on commit a4d0c33

Please sign in to comment.