Rename background jobs to tasks (to differentiate from RQ)

This commit is contained in:
Jeremy Stretch 2024-07-29 15:56:07 -04:00
parent 3fc3d37919
commit cecc2b8e71
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Background Tasks
# Background Jobs
NetBox supports the queuing of tasks that need to be performed in the background, decoupled from the request-response cycle.

View File

@ -145,7 +145,7 @@ nav:
- Data Backends: 'plugins/development/data-backends.md'
- REST API: 'plugins/development/rest-api.md'
- GraphQL API: 'plugins/development/graphql-api.md'
- Background Tasks: 'plugins/development/background-tasks.md'
- Background Jobs: 'plugins/development/background-jobs.md'
- Dashboard Widgets: 'plugins/development/dashboard-widgets.md'
- Staged Changes: 'plugins/development/staged-changes.md'
- Exceptions: 'plugins/development/exceptions.md'