.dlc.json 727 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "ignorePatterns": [
  3. {
  4. "pattern": "^http://localhost"
  5. },
  6. {
  7. "pattern": "^https://hive.apache.org"
  8. },
  9. {
  10. "pattern": "^http://192"
  11. },
  12. {
  13. "pattern": "^https://img.shields.io/badge"
  14. }
  15. ],
  16. "replacementPatterns": [
  17. {
  18. "pattern": "^/en-us/download/download.html$",
  19. "replacement": "https://dolphinscheduler.apache.org/en-us/download/download.html"
  20. },
  21. {
  22. "pattern": "^/zh-cn/download/download.html$",
  23. "replacement": "https://dolphinscheduler.apache.org/zh-cn/download/download.html"
  24. }
  25. ],
  26. "timeout": "10s",
  27. "retryOn429": true,
  28. "retryCount": 10,
  29. "fallbackRetryDelay": "1000s",
  30. "aliveStatusCodes": [
  31. 200,
  32. 401,
  33. 0
  34. ]
  35. }