mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-15 12:59:35 -06:00
Feat: removed QUEUED from ready for sync condition
This commit is contained in:
parent
2e0ff04f84
commit
a49869af42
@ -112,7 +112,6 @@ class DataSource(JobsMixin, PrimaryModel):
|
||||
@property
|
||||
def ready_for_sync(self):
|
||||
return self.enabled and self.status not in (
|
||||
DataSourceStatusChoices.QUEUED,
|
||||
DataSourceStatusChoices.SYNCING
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user