Oliver Sauder

Results 84 comments of Oliver Sauder

The package `diodon-dev` package needs to be installed as well for building 3rdParty plugins.

`--version` only shows the version of pkg-config. What you want is the following: ``` pkg-config --modversion diodon ``` If this raises an error make sure you have the dev packages...

Thanks for following up on this. I will take a look at it at some point and will give you feedback. Just writing to let you know that I saw...

I have finally got around to take a look at this. Great to see how this can be reproduced by using vanilla DRF classes. It is though as I expected...

There is an additional use case for this feature: The https://wsrv.nl service blocks certain domains from [being proxied](https://wsrv.nl/faq/#are-there-any-limitations). An example is the following: https://wsrv.nl/?url=i0.wp.com%2Fwww.omgubuntu.co.uk%2Fwp-content%2Fuploads%2F2025%2F08%2Flrr-july.jpg%3Fresize%3D406%252C232%26ssl%3D1 A list of ignored URLs would...

To note with this change: it only fixes that no corrupt data is written into the redis database. In case if there is already invalid data in the redis database,...

Thanks for looking into this. Very much appreciated. We had a test run of your changes, and it seems the error now moved from JobModel to WorkerModel ``` web-pms_1 |...

Just saw this that you committed https://github.com/django-commons/django-tasks-scheduler/commit/5096566a79f3dcd8ac99193474dfd23e44b95a39 maybe that is the fix already for the worker model issue I outlined above? We used the following commit for a test run...

Sure, we will test it again and will let you know how it went.

@cunla Tested again and after a while got following issue again: ``` web-1 | TypeError: WorkerModel.__init__() missing 8 required keyword-only arguments: 'name', 'queue_names', 'pid', 'hostname', 'ip_address', 'version', 'python_version', and 'state'...