You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent MissingGreenlet error on task board query (#20)
Change sub_tasks, comments, and parent_task relationships to
lazy="noload" to avoid recursive selectin loading that breaks
the async greenlet context. Guard to_dict() counts against
unloaded relationships.
0 commit comments