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
Currently using dataclasses to serialise and deserialise jobs. We're already using Pydantic for settings and we're jumping through hoops to use dataclasses currently. Plus we don't get class attributes with intellisense on the worker-side currently. Runtime validation would also be easier.
The text was updated successfully, but these errors were encountered:
Currently using dataclasses to serialise and deserialise jobs. We're already using Pydantic for settings and we're jumping through hoops to use dataclasses currently. Plus we don't get class attributes with intellisense on the worker-side currently. Runtime validation would also be easier.
The text was updated successfully, but these errors were encountered: