Skip to content

Commit c3145fc

Browse files
committed
DBC22-4070: temporarily disabled wildfires feed in test
1 parent d98bc37 commit c3145fc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/backend/apps/feed/tasks.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
populate_all_webcam_data,
1717
update_all_webcam_data,
1818
)
19-
from apps.wildfire.tasks import populate_all_wildfire_data
19+
20+
# from apps.wildfire.tasks import populate_all_wildfire_data
2021
from django.core.cache import cache
2122
from django.core.management import call_command
2223
from huey import crontab
@@ -116,7 +117,8 @@ def update_relations():
116117
@db_periodic_task(crontab(minute="*/20"))
117118
@lock_task('wildfires-lock')
118119
def update_wildfires():
119-
populate_all_wildfire_data()
120+
# populate_all_wildfire_data()
121+
pass # Temporarily disable wildfires due to API issues
120122

121123

122124
@on_startup()

0 commit comments

Comments
 (0)