Mark Moes
Mark Moes
If an async DB handler is too difficult, investigate alternative solution of making the top-level query resolvers run in a thread Roughly something like this (inspired by https://github.com/strawberry-graphql/strawberry/issues/3187); ```python def...
@tjeerddie forgot about this?
This should not be a lot of work and saves some confusion when looking for where these form types are defined. (ran into this myself the other day)
https://git.ia.surfsara.nl/netdev/automation/projects/orchestrator/-/issues/2251
I agree a setting table would be nice to manage runtime configurable settings. But the settings mentioned here (oauth2 being enabled, which worker executor to use) are not runtime configurable,...
https://git.ia.surfsara.nl/netdev/automation/projects/orchestrator/-/issues/2079
Has been implemented in #733
It's been a while I used this library, but I'll give my 2c. There already seem to be type annotations on RedisDict, so adding `py.typed` was the first thing I...
> @Mark90 I wanted to add a bit more testing to cover retries via the API, but I think my approach is a bit flawed. Here's what I was attempting....