Uploaded image for project: 'OpenShift Java Client'
  1. OpenShift Java Client
  2. OSJC-30

openshift-java-client: add method overloads that allow users to provide specific timeouts to specific operations

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 2.4.0
    • None
    • None
    • None

      We need to have means for users to provide specific timeouts for specific operations. Ex. to create an application we'd call

      domain.createApplication(name, cartridge, scale, gear)
      

      If we want to increase timeouts for this specific operation, we cannot. We have to increase the url connection timeouts via the system properties. We should therefore offer

      domain.createApplication(name, cartridge, scale, gear, TIMEOUT)
      

            adietish@redhat.com André Dietisheim
            adietish@redhat.com André Dietisheim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: