Skip to content

Commit

Permalink
disable add ride durations - it uses a lot of RAM and we don't depend…
Browse files Browse the repository at this point in the history
… on this data
  • Loading branch information
OriHoch authored Nov 26, 2024
1 parent 1d8cb83 commit d75da16
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions open_bus_stride_etl/siri/dags.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
- name: stride-etl-siri-add-ride-durations
schedule_interval: "@hourly"
description: |
add siri ride durations
docs:
desc: |
Runs hourly, finds the first and last vehicle location of each ride and
updates the following fields in DB: [[siri_ride.duration_minutes]],
[[siri_ride.first_vehicle_location_id]], [[siri_ride.last_vehicle_location_id]].
tasks:
- id: siri-add-ride-durations
config:
type: cli
module: open_bus_stride_etl.siri.cli
function: add_ride_durations
#- name: stride-etl-siri-add-ride-durations
# schedule_interval: "@hourly"
# description: |
# add siri ride durations
# docs:
# desc: |
# Runs hourly, finds the first and last vehicle location of each ride and
# updates the following fields in DB: [[siri_ride.duration_minutes]],
# [[siri_ride.first_vehicle_location_id]], [[siri_ride.last_vehicle_location_id]].
# tasks:
# - id: siri-add-ride-durations
# config:
# type: cli
# module: open_bus_stride_etl.siri.cli
# function: add_ride_durations

- name: stride-etl-siri-update-ride-stops-gtfs
schedule_interval: "@hourly"
Expand Down

0 comments on commit d75da16

Please sign in to comment.