mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
cfg: move failed_posts to ees, add static_ttl
This commit is contained in:
committed by
Dan Christian Bogos
parent
082c412159
commit
295ddec792
@@ -349,7 +349,6 @@ func TestEEsReplayFailedPosts(t *testing.T) {
|
||||
|
||||
"general": {
|
||||
"log_level": 7,
|
||||
"failed_posts_ttl": "1ms",
|
||||
"poster_attempts": 1
|
||||
},
|
||||
|
||||
@@ -370,6 +369,9 @@ func TestEEsReplayFailedPosts(t *testing.T) {
|
||||
"cache": {
|
||||
"*nats_json_map": {"limit": 0, "ttl": "", "static_ttl": false}
|
||||
},
|
||||
"failed_posts": {
|
||||
"ttl": "1ms"
|
||||
},
|
||||
"exporters": [
|
||||
{
|
||||
"id": "nats_exporter",
|
||||
|
||||
Reference in New Issue
Block a user