Skip to content

[hotfix] Query.yield_per() method is not compatible subqueryload eager loading

Carina Antunes requested to merge hotfix/sentry/jobs-qa/issues/1000 into master

https://push-notifications-sentry.web.cern.ch/sentry/jobs-qa/issues/1000

The yield_per Query option is currently not compatible with joined collection eager loading. Please specify lazyload('*') or query.enable_eagerloads(False) in order to proceed with query.yield_per().

On /app/notifications_jobs/jobs/archive/archiver.py in process_channels at line 23

Edited by Carina Antunes

Merge request reports