Update docs/adrs/0003-implementing-invite-expirations.md

This commit is contained in:
Steven Reilly
2023-11-08 10:10:58 -05:00
committed by GitHub
parent 3f900101c6
commit c364c8fdab

View File

@@ -58,7 +58,7 @@ This is the approach we've considered for implementing this change:
- Change the `delete_invitations` scheduled job to `expire_invitations` and
change its behavior to check for `InvitedUser` objects that are older than
24 hours and flip the `expired` flag to `True`.
24 hours and change the status type to `expired`.
- Add an additional `INVITE_EXPIRED` status to the API and include it in the
`INVITED_USER_STATUS_TYPES` enum. This will be necessary for future UI