Run koschei-polling more often on stg
This commit is contained in:
parent
e7c3791eaf
commit
3c7653a350
1 changed files with 4 additions and 0 deletions
|
@ -71,7 +71,11 @@ config = {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
},
|
},
|
||||||
"polling": {
|
"polling": {
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
"interval": 1, # in seconds
|
||||||
|
{% else %}
|
||||||
"interval": 20*60, # in seconds
|
"interval": 20*60, # in seconds
|
||||||
|
{% endif %}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"flask": {
|
"flask": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue