archivartaunik commited on
Commit
097e245
·
verified ·
1 Parent(s): 9156d97

Update batch_params.json

Browse files
Files changed (1) hide show
  1. batch_params.json +11 -8
batch_params.json CHANGED
@@ -1,12 +1,15 @@
1
  {
2
  "enable_gemini_batch": true,
3
  "batch_size": 25,
4
-
5
- "scheduler_enabled": true,
6
- "scheduler_mode": "interval",
7
- "scheduler_interval_minutes": 1,
8
-
9
- "filter_time_from": "00:00",
10
- "filter_time_to": "08:59",
11
- "filter_call_type": "0"
 
 
 
12
  }
 
1
  {
2
  "enable_gemini_batch": true,
3
  "batch_size": 25,
4
+ "scheduler": {
5
+ "enabled": true,
6
+ "mode": "interval",
7
+ "cron_time": "14:00",
8
+ "interval_minutes": 1,
9
+ "filters": {
10
+ "time_from": "00:00",
11
+ "time_to": "08:59",
12
+ "call_type": "0"
13
+ }
14
+ }
15
  }