Files
netbox/netbox
Alexander Haase 4880d8132e Introduce reusable SystemJob
A new abstract class can be used to implement job function classes that
specialize in system background tasks (e.g. synchronization or
housekeeping). In addition to the features of the BackgroundJob and
ScheduledJob classes, these implement additional logic to not need to be
bound to an existing NetBox object and to setup job schedules on plugin
load instead of an interactive request.
2024-07-01 16:21:07 +02:00
..
2024-07-01 15:04:49 +02:00
2024-06-06 11:42:47 -04:00
2024-06-06 10:55:30 -04:00
2024-07-01 16:21:07 +02:00