Martin Visser

Results 18 comments of Martin Visser

Vice versa, it seems that `application/graphql-response+json` is not supported in `DgsRestController`.

I see it got added: https://github.com/spring-projects/spring-graphql/issues/1038 / https://github.com/spring-projects/spring-graphql/issues/1036. What about `application/graphql-response+json` in DGS itself, is that supposed to be supported?

These are the events from the last days: ``` 2024-11-21T00:00:44.00+0100 audit.app.process.ready web index: 35, cell_id: 2d776afa-ce2e-4f06-bafd-e79a4a7c5a45, instance: 2ef3ab10-ba1f-4d29-6c36-ae7f 2024-11-21T00:00:01.00+0100 audit.app.process.scale instances: 36 2024-11-20T23:59:53.00+0100 audit.app.process.scale instances: 35 2024-11-20T00:00:45.00+0100 audit.app.process.ready web index:...

This is from this night: ``` Scaling Type Status Instance Changes Time Action Error scheduled succeeded 35->36 2024-11-22T00:00:00+01:00 +1 instance(s) because limited by min instances 36 dynamic succeeded 36->35 2024-11-21T23:59:52+01:00...

I was wondering if it would be enough to include seconds in the `start_time`/`end_time` fields, which are now not supported by the policy validator (policy_json.schema.json also has a regex without...

I understand, changes need to be made in the policy validator to allow another date time format, but in the end it is stored as `time.Time` object. Therefore, to me...