Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retryCount (0.05 sec)

  1. .github/workflows/tests.yml

                exit 1
              fi
              max_retries=12
              retry_count=0
              if [ -t 0 ]; then
                TTY_FLAG="-t"
              else
                TTY_FLAG=""
              fi
              while [ $retry_count -lt $max_retries ]; do
                if docker exec -i "${container_name}" bash -c "su - omm -c 'gsql -U omm -c \"select 1;\"'" 
                then
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Jul 21 02:46:58 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top