Hendrik Janssen
Hendrik Janssen
+1 for this request.
serverless create-domain results in "unable to create domain..." no matter what domain was supplied.
Struggled also a while with this. Note that: endpointType: regional seemed crucial in my case to solve it (except for ARN etc.)
Guys, can we please get on with this ? :). I miss that @property support really hard!
Isn't this a similar solution as what has been proposed here? [#4105](https://github.com/tiangolo/fastapi/pull/4105)
@dmontagu the simplicity of the conlist implementation vs your solution is difficult to beat. I have some experience in pydantic now and it still took me too long to understand...
Same problem here
I think this is a more general Pydantic issue. I am having the same problem in my fastapi application. Correction: solved in 2.9.0!
I have a similar problem, but in my case it works in the html but not in the PDF. Does anyone know how to fix this?
The thing is, from the documentation I gather that with job queue I can only schedule it by linking it to a model record? So using queue job without it...
@sarthakmetazone , job queue does not lock. It had to do with my internal logic. You need to be very careful with computed fields and other implicit dependencies that get...