mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
Update docs/adrs/0003-implementing-invite-expirations.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user