Arseniy Popov

Results 4 issues of Arseniy Popov

When using subcontainers to organize layers in an application, there likely won't be circular dependencies between them. However, with domains this is not the case. ``` @dataclass class UserService: payments:...

Would you consider adding a per-job timeout? How long a job is allowed to remain in the active state. This library seems like the place to put it.

### Question One can generate a json schema from a [`msgspec.Struct`](https://jcristharif.com/msgspec/structs.html) using [`msgspec.json.schema`](https://jcristharif.com/msgspec/jsonschema.html). Where does one put that schema so that FastAPI uses it as the schema for the endpoint's...

Is there any way to access the length of what would normally be the `._ready` queue of the event loop? I want to monitor how congested my event loop gets.