guardian / recipes

1 stars 1 forks source link

Remove DynamoDB scan request limit #79

Closed frederickobrien closed 11 months ago

frederickobrien commented 11 months ago

I noticed weird behaviour where not all the recipes were appearing in the Hatch dashboard. Visiting individual recipe pages putting the missing ids in the URL works fine so I think the issue was a cap on the number of items scanned.

This has been removed and will hopefully translate to all recipes being fetched and displayed in the Hatch dashboard.