This release includes 2 optimizations that should reduce the load that queue jobs place on the database, including for the 0.9.0 upgrade job.
It should also reduce instances of ERROR: canceling statement due to user request
in the Postgres logs, but note that Bitmagnet does cancel some database queries because it sometimes tries 2 query strategies in a race and cancels the slowest one, so this message doesn't indicate a problem.
What's Changed
- Add local_search_enabled flag to classifier by @mgdigital in #291
- Reduce CTE strategy usage when not needed by @mgdigital in #292
Full Changelog: v0.9.3...v0.9.4