Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: runpod/runpod-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: runpod/runpod-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tmp-optimizations
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 1, 2026

  1. refactor(runpod-python): FG-M-runpod-python - medium optimization fix…

    …es across modules
    
    - Extract _patch_template_files, _write_project_toml from create_new_project
    - Extract _build_api_server_script, _setup_remote_environment from start_project
    - Extract _create_remote_archive, _download_to_local, _upload_and_extract from sync_pods
    - Add time.sleep(2) to polling loop in _launch_dev_pod
    - Implement exponential backoff (1s->15s cap) in get_pod_ssh_ip_port
    - Use asyncio.to_thread for blocking file I/O in async run_local
    - Hoist FibonacciRetry to module-level constant in rp_http
    - Cache get_boto_client results per credential set
    - Remove redundant _load_state() call from get_job_list
    - Extract _execute_job and _fire_webhook_if_set in WorkerAPI
    - Replace duplicate boto3 setup in bucket_upload with get_boto_client
    deanq committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    8d6ee64 View commit details
    Browse the repository at this point in the history
  2. refactor(runpod-python): FG-L-runpod-python - use set for tasks colle…

    …ction, document sync-only Job methods
    deanq committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    022d479 View commit details
    Browse the repository at this point in the history
Loading