DBOS.listen_queues: use Sequence instead of List to avoid type checker error (#662)
`queues` parameter should be annotated with `Sequence[Union[Queue, str]]` instead of `List[Union[Queue, str]]` to avoid type checker error.
P
Predrag Malicevic committed
483cadecdd1c8b3e73ad1ffe02b276ca9ffb4826
Parent: 6aab452
Committed by GitHub <noreply@github.com>
on 5/6/2026, 12:49:48 AM