• 
      

    Add support for broker-connected worker scanning.

    Review Request #15231 — Created Aug. 15, 2026 and updated

    Information

    Review Board
    release-9.x

    Reviewers

    This introduces a scan_workers() method on broker backends, which will
    scan the broker for any workers currently connected. In the Celery
    implementation, this pings workers and gathers their success/error
    states, returning them to the caller.

    This will be used for worker status displays.

    Unit tests pass.

    Tested with multiple instances of the (in-progress) worker, and verified
    that scans found the workers and reported their status.

    Summary ID
    Add support for broker-connected worker scanning.
    This introduces a `scan_workers()` method on broker backends, which will scan the broker for any workers currently connected. In the Celery implementation, this pings workers and gathers their success/error states, returning them to the caller. This will be used for worker status displays.
    e5d640d90c454ef74d3ba6fc9698b4ddad3dff22
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.