saleor / apps

A central space for Saleor Apps, integrations, and the App Store 🚀
https://apps.saleor.io
Other
115 stars 318 forks source link

Product Feed: Drop hacky caching and use 5-minutes lambdas + long cache #1035

Open lkostrowski opened 1 year ago

lkostrowski commented 1 year ago

Due to 5-minute Lambda limits in Vercel, we can simplify architecture

### Tasks
- [x] Drop product updated webhooks
- [x] Change feed generation to be on-demand with 5 minute lambdas
- [ ] Set cache of AWS file to be ~24h
- [ ] Add button to invalidate cache to force regeneration
- [ ] https://github.com/saleor/apps/pull/1036
- [ ] Remove non-S3 workflow
- [ ] Update docs
lkostrowski commented 1 year ago

@krzysztofwolski please finish other subtasks here: