Commit 5326735c91533f762c5e9c11f8305879512a0c02

Authored by Adhidarma Hadiwinoto
1 parent 4048f41655
Exists in master

More sample on webhook sender

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -28,6 +28,8 @@
28 28  
29 29 "webhook": {
30 30 "url": null,
  31 + "sleep_before_retry_ms": 10000,
  32 + "max_retry": 10,
31 33 "dump": false
32 34 },
33 35