Skip to content

Commit cfc10cb

Browse files
committed
include exempt-locations flag
1 parent f2587fa commit cfc10cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extractors/fleetcomplete.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Use the `docker-compose-extractor.yaml` file and define the functions you want t
2222
| set-roundtrips | loads, aggregate and save roundtrips |
2323
| clean-roundtrips | deletes X (keep_data in DB) month old roundtrips |
2424

25-
25+
The FleetComplete extractor has on the `set-vehicles` method, an additional `--exempt-locations` flag,
26+
which is set in the occasion that one wants to opt out on relying on location updates from the
27+
FleetComplete api.
2628

2729
```
2830
entrypoint: ["/bin/sh", "-c", "python -m fleetmanager.extractors.fleetcomplete set-starts && python -m fleetmanager.extractors.fleetcomplete set-vehicles && python -m fleetmanager.extractors.fleetcomplete set-roundtrips && python -m fleetmanager.extractors.fleetcomplete clean-roundtrips"]

0 commit comments

Comments
 (0)