.dlc.json 810 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "pattern": "^/img",
  27. "replacement": "{{BASEURL}}/docs/img"
  28. }
  29. ],
  30. "timeout": "10s",
  31. "retryOn429": true,
  32. "retryCount": 10,
  33. "fallbackRetryDelay": "1000s",
  34. "aliveStatusCodes": [
  35. 200,
  36. 401,
  37. 0
  38. ]
  39. }