Mark Moes

Results 59 comments of Mark Moes

Extra testcase to reproduce this: ```py # test/unit_tests/utils/test_state.py def test_uuid_parameter_with_default_value2(): # Test that the state value is used. default_uuid = uuid4() @inject_args def step(uuid_param: UUID = default_uuid) -> State: return...

> This also causes problems for steps that use a union of product models, such as `subscription: ModelActive | ModelProvisioning`, because the value ends up as a dict instead of...

Do you mean to use `Secret` also for variables like `CACHE_URI` i.e. as `Secret[RedisDsn]`? I'm not sure if we considered this for #964 but I don't quite remember - @Igoranze...

Rework existing @scheduler.scheduled_job may be split off to a follow-up story if needed

A little bit of scope creep... :) In order to avoid race conditions when the API modifies a job that the scheduler is working on, our plan is to make...

https://git.ia.surfsara.nl/netdev/automation/projects/orchestrator/-/issues/2542

> Stop the worker after it stopped its current process. Do you mean shut down completely? Wouldn't it be better for it to periodically poll whether the engine is enabled...

Which postgres version are you using? Have you tried to resolve the collation error? Did you check if you're running into the maximum number of database connections?

The original bug in this issue was fixed, and we cannot reproduce the problem you're encountering of the scheduler shutting down unexpectedly. We recommend you address the reported collation mismatch...