restBridgeConfig.json 286 B

12345678910111213141516
  1. {
  2. "classMap": {
  3. "jupyterNotebook": {
  4. "url": "/bi/v1/jupyter/schedule"
  5. },
  6. "pinboard": {
  7. "url": "/bi/v1/mobile-gateway/pinboard-service/schedule"
  8. }
  9. },
  10. "asyncToolkit": {
  11. "primaryWaitThreshold": 1,
  12. "secondaryWaitThreshold": 30
  13. },
  14. "runTimeout": 30,
  15. "waitSleep": 30
  16. }