Rename JobResult to Job and move to core
This commit is contained in:

committed by
Jeremy Stretch

parent
669cfe8952
commit
40572b543f
@@ -6,7 +6,7 @@ NetBox includes the ability to execute certain functions as background tasks. Th
|
||||
* [Custom script](../customization/custom-scripts.md) execution
|
||||
* Synchronization of [remote data sources](../integrations/synchronized-data.md)
|
||||
|
||||
Additionally, NetBox plugins can enqueue their own background tasks. This is accomplished using the [JobResult model](../models/extras/jobresult.md). Background tasks are executed by the `rqworker` process(es).
|
||||
Additionally, NetBox plugins can enqueue their own background tasks. This is accomplished using the [Job model](../models/core/job.md). Background tasks are executed by the `rqworker` process(es).
|
||||
|
||||
## Scheduled Jobs
|
||||
|
||||
|
Reference in New Issue
Block a user