DB
А чем плох механизм регистрации ?
Dramatiq чем то не подошел или просто пробуешь celery?
Size: a a a
DB
С
DB
С
A🚀
VA
>>> pd.Series([None]) | True
0 False
dtype: bool
MK
E
A🚀
С
match shape:
case Point(x, y):
...
case Rectangle(x, y, _, _):
...
print(x, y) # This works
x, y = match shape:
case Point(x, y):
return x, y
case Rectangle(x, y, _, _):
return x, y
MK
MK
MK
MK
MK
С
AO
AO
Б