.dlc.json 685 B

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