# Airtable diary: 08-17-22
uid: 202208170800 tags: #airtable #journal
#statedump 3:54 PM: verified that shard assignments don’t cause crashes on the existing list of crud requests. Need to verify that:
- Forcing web servers to clear the worker assignment cache will make it so that web servers have actually have to query the shard assignments table.
- Figure out which crud requests need to be made resilient that currently aren’t. 202208171607
Also talk to Keunwoo about 202208180800 — types of CRUD requests. Should we try to handle certain ones over others? There’s a lot of page bundle ones. Should we address those first?
Another thing to ask Keunwoo — the list of callsites isn’t complete (I think.) There are some callsites that depend on only certain CRUD requests, and we haven’t enumerated all the crud requests.
Another thing to ask Keunwoo — Some callsites don’t seem like they’re strictly necessary to serve CRUD requests. Should we only focus on those?
E.g., this one: out of sync application reconciler is marked must work, but is it really?