Delete all notification messages which have not been updated for over a week.
(ctx context.Context)
| 190 | DeleteOldConnectionLogs(ctx context.Context, arg DeleteOldConnectionLogsParams) (int64, error) |
| 191 | // Delete all notification messages which have not been updated for over a week. |
| 192 | DeleteOldNotificationMessages(ctx context.Context) error |
| 193 | // Delete provisioner daemons that have been created at least a week ago |
| 194 | // and have not connected to coderd since a week. |
| 195 | // A provisioner daemon with "zeroed" last_seen_at column indicates possible |
no outgoing calls