21146: Add last_log_id argument to PollClient.subscribe 21146-pysdk-new-websockets
authorBrett Smith <brett.smith@curii.com>
Fri, 1 Dec 2023 15:18:13 +0000 (10:18 -0500)
committerBrett Smith <brett.smith@curii.com>
Fri, 1 Dec 2023 15:32:35 +0000 (10:32 -0500)
commit187f790d8b71c5c7b54a599bec6e58950d7116dc
tree89f4dc0f877f762e7588eef01924956245fce2f6
parentd768d69e85e12e8f300687ea27b995fc419a0eea
21146: Add last_log_id argument to PollClient.subscribe

This helps avoid a crash if `subscribe` returns a `PollClient` and then
the user calls `subscribe` with two arguments. I don't know whether
ignoring `last_log_id` is *correct*, but that's the current behavior,
and anything else is out of scope for the current ticket.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/arvados/events.py