Skip to content

Commit

Permalink
return legacy section docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Jun 7, 2024
1 parent a4b4652 commit 4bda5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/src/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ router record for a `UAID`.
| router_type | Router Type (See [`autoendpoint::extractors::routers::RouterType`]) |
| node_id | Hostname of the connection node the client is connected to. |
| connected_at | Precise time (in milliseconds) the client connected to the node. |
| curmonth | Message table name to use for storing `WebPush` messages. |
| last_connect | **global secondary index** - year-month-hour that the client has last connected. |
| curmonth | Message table name to use for storing `WebPush` messages. |


Autopush DynamoDB used an optimistic deletion policy for `node_id` to avoid
delete calls when not needed. During a delivery attempt, the endpoint
Expand Down
2 changes: 1 addition & 1 deletion docs/src/table_rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on the prior month may then be lowered.
## DynamoDB Rotating Message Table Interaction Rules (legacy)

Due to the complexity of having notifications spread across two tables,
several rules are used to avoid losing messages during the month
several rules were used to avoid losing messages during the month
transition.

The logic for connection nodes is more complex, since only the
Expand Down

0 comments on commit 4bda5c7

Please sign in to comment.