pintofcat

Results 2 issues of pintofcat

Hey! Is it possible to validate extra keys in data? For example: ``` class TaskSerializer(Schema): id = fields.Int() name = fields.Str() ) class TaskView(BaseView): serializer = TaskSerializer() @request_schema(TaskSerializer) async def...

Hey! Is it possible to send message from rq publisher and consume it in ARQ consumer?