Skip to content

Commit

Permalink
Apply exec options to connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Feb 19, 2025
1 parent 7fb43de commit 3b1be8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/jobs/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def grab_unhandled_items(self):
self.setup_query()

with self.app.model.engine.connect() as conn:
conn.execution_options(**self._grab_conn_opts)
with conn.begin() as trans:
try:
proxy = conn.execute(self._grab_query)
Expand Down

0 comments on commit 3b1be8f

Please sign in to comment.