Skip to content

Commit

Permalink
update job timer
Browse files Browse the repository at this point in the history
  • Loading branch information
deviirmr committed Jun 12, 2024
1 parent bd8d8a7 commit 7bb8822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions geonode/dmc/tempfolder/flightList.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geonode/jobs/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def start():
# actual time to execute 21600
def start_GN_layers():
scheduler = BackgroundScheduler({'apscheduler.timezone': get_localzone()})
scheduler.add_job(schedule_geonodeLayers_api, 'interval', seconds = 1200,max_instances=1)
scheduler.add_job(schedule_geonodeLayers_api, 'interval', seconds = 21600,max_instances=1)
scheduler.start()

0 comments on commit 7bb8822

Please sign in to comment.