Add `url` field to `BaseMessageQueue`
nerdai opened this issue · 2 comments
nerdai commented
Description:
BaseMessageQueue
is a Pydantic BaseModel
that has no fields. Though, all of its subclasses so far have an url
attribute. It's probably fair to assume at this point that all subclasses of this base class will contain url
and so we should just include it in the base.
srikary12 commented
@logan-markewich @nerdai Can I work on this?
nerdai commented
That would be great @srikary12!