Skip to content

Fix Schwab market data transient retries#85

Merged
Pigbibi merged 1 commit into
mainfrom
codex/schwab-market-data-retry
Jun 3, 2026
Merged

Fix Schwab market data transient retries#85
Pigbibi merged 1 commit into
mainfrom
codex/schwab-market-data-retry

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Summary\n- retry Schwab market data requests on HTTP 429 and transient 5xx responses\n- respect Retry-After with bounded exponential backoff\n- bump package version to v0.7.37\n\n## Tests\n- PYTHONPATH=src python -m unittest tests.test_schwab_market_data\n- python -m compileall -q src/quant_platform_kit/schwab/market_data.py tests/test_schwab_market_data.py\n- python -m ruff check src/quant_platform_kit/schwab/market_data.py tests/test_schwab_market_data.py

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a11c60df96

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pyproject.toml
[project]
name = "quant-platform-kit"
version = "0.7.36"
version = "0.7.37"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep package version declarations in sync

Bumping only the PEP 621 version leaves setup.py and quant_platform_kit.__version__ at 0.7.36, while tests/test_package_version.py explicitly asserts both declarations match pyproject.toml. In any environment that runs the full package test suite or builds via the legacy setup.py path, this commit reports inconsistent package versions and fails the version consistency test.

Useful? React with 👍 / 👎.

@Pigbibi Pigbibi force-pushed the codex/schwab-market-data-retry branch from a11c60d to ff38a4c Compare June 3, 2026 14:54
@Pigbibi Pigbibi merged commit cecc2b0 into main Jun 3, 2026
1 check passed
@Pigbibi Pigbibi deleted the codex/schwab-market-data-retry branch June 3, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant