The GitHub Actions job "Build" on rocketmq-clients.git/fix-python-pushconsumer-reset-setting has succeeded. Run started by GitHub user Marandi269 (triggered by lollipopjin).
Head commit for run: 4dc449c3b38a4f85cadf7956400d44e4b8066cc6 / Marandi <[email protected]> [Python] Fix PushConsumer not receiving messages Move reset_setting() before reset_metric() to ensure consumer initialization completes even if reset_metric() throws an exception. Root cause: reset_setting() was nested inside the metric check condition, and reset_metric() could throw exceptions (e.g., when client_metrics is not initialized), causing reset_setting() to never be called. This left PushConsumer.__consumption as None, making __scan_assignment() return early and never fetch messages. Fixes #1168 Report URL: https://github.com/apache/rocketmq-clients/actions/runs/20734054827 With regards, GitHub Actions via GitBox
