archivartaunik commited on
Commit
3cc8fff
·
verified ·
1 Parent(s): 911e262

Upload batch_params.json

Browse files
Files changed (1) hide show
  1. batch_params.json +15 -0
batch_params.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "enable_gemini_batch": true,
3
+ "batch_size": 25,
4
+ "scheduler": {
5
+ "enabled": true,
6
+ "mode": "cron",
7
+ "cron_time": "14:00",
8
+ "interval_minutes": 120,
9
+ "filters": {
10
+ "time_from": null,
11
+ "time_to": null,
12
+ "call_type": "0"
13
+ }
14
+ }
15
+ }