Closes #18349: Replace houskeeping management command with a system job (#19815)

This commit is contained in:
Jeremy Stretch
2025-07-16 14:50:11 -04:00
committed by GitHub
parent 5f8a4f6c43
commit c5ffab0c28
10 changed files with 119 additions and 117 deletions

View File

@@ -434,7 +434,7 @@ A new management command has been added: `manage.py housekeeping`. This command
* Delete change log records which have surpassed the configured retention period (if configured)
* Check for new NetBox releases (if enabled)
A convenience script for calling this command via an automated scheduler has been included at `/contrib/netbox-housekeeping.sh`. Please see the [housekeeping documentation](../administration/housekeeping.md) for further details.
A convenience script for calling this command via an automated scheduler has been included at `/contrib/netbox-housekeeping.sh`. Please see the housekeeping documentation for further details.
#### Custom Queue Support for Plugins ([#6651](https://github.com/netbox-community/netbox/issues/6651))