@@ -17,48 +17,64 @@ Examples:
1717
1818``` json
1919{
20- "task" : " rebuild_missing_validation_reports" ,
21- "payload" : {
22- "dry_run" : true ,
23- "filter_after_in_days" : 14 ,
24- "filter_statuses" : [" active" , " inactive" , " future" ]
25- }
20+ "task" : " rebuild_missing_validation_reports" ,
21+ "payload" : {
22+ "dry_run" : true ,
23+ "filter_after_in_days" : 14 ,
24+ "filter_statuses" : [" active" , " inactive" , " future" ]
25+ }
2626}
2727```
28+
2829``` json
2930{
30- "task" : " rebuild_missing_bounding_boxes" ,
31- "payload" : {
32- "dry_run" : true ,
33- "after_date" : " 2025-06-01"
34- }
31+ "task" : " rebuild_missing_bounding_boxes" ,
32+ "payload" : {
33+ "dry_run" : true ,
34+ "after_date" : " 2025-06-01"
35+ }
3536}
3637```
38+
3739``` json
3840{
39- "task" : " refresh_materialized_view" ,
40- "payload" : {
41+ "task" : " refresh_materialized_view" ,
42+ "payload" : {
4143 "dry_run" : true
4244 }
4345}
4446```
4547
4648To get the list of supported tasks use:
49+
4750``` json
4851{
49- "name" : " list_tasks" ,
50- "payload" : {}
52+ "name" : " list_tasks" ,
53+ "payload" : {}
5154}
5255```
56+
5357To update the geolocation files precision:
58+
5459``` json
5560{
56- "task" : " update_geojson_files_precision" ,
57- "payload" : {
58- "dry_run" : true ,
59- "data_type" : " gtfs" ,
60- "precision" : 5 ,
61- "limit" : 10
62- }
61+ "task" : " update_geojson_files_precision" ,
62+ "payload" : {
63+ "dry_run" : true ,
64+ "data_type" : " gtfs" ,
65+ "precision" : 5 ,
66+ "limit" : 10
67+ }
6368}
64- ```
69+ ```
70+
71+ To populate license rules:
72+
73+ ``` json
74+ {
75+ "task" : " populate_license_rules" ,
76+ "payload" : {
77+ "dry_run" : true
78+ }
79+ }
80+ ```
0 commit comments