HackerTrans
TopNewTrendsCommentsPastAskShowJobs

s3rius

no profile record

comments

s3rius
·tahun lalu·discuss
That's really neat! I made a project for fastapi-like dependency injection for AioHTTP and it also has OpenAPI spec generation. If I could, I would like to use your library for specs instead of self-written solution.

Here's my project repo: https://github.com/taskiq-python/aiohttp-deps
s3rius
·2 tahun yang lalu·discuss
That's a really good article. Actually, recently we were migrating as well and we were using dedicated nodes in our setup.

In order to integrate a load-balancer provided by hetzner with our k8s on dedicated servers we had to implement a super thin operator that does it: https://github.com/Intreecom/robotlb

If anyone will be inspired by this article and would want to do the same, feel free to use this project.
s3rius
·2 tahun yang lalu·discuss
I'm building an async library for python called taskiq (https://taskiq-python.github.io/). It allows you to easily setup RPC over distributed queues. Currently I'm trying to add a monitoring to see what tasks are being executed.