You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/background-worker: Increase database statement timeout to one hour (#11187)
Turns out unifying the database connection pool initialization had some unintended side effects for jobs in the background worker that use long-running database queries (e.g. `SELECT refresh_recent_crate_downloads()`).
This commit fixes the issue by explicitly overriding the timeout to be one hour instead of the default 30 sec.
0 commit comments