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 committed Jan 16, 2024
1 parent e24ed35 commit c744ca3
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 c744ca3

Please sign in to comment.