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
The backfill job which targets locales defined by `SiteSetting.automatic_translation_target_languages` is erroring out on
```
Job exception: Couldn't find Post with 'id'=1710794 [WHERE "posts"."deleted_at" IS NULL]
```
This commit makes sure we skip posts and topics that have been deleted or have empty content (e.g. cooked null)
0 commit comments