Miku Laitinen

Results 11 comments of Miku Laitinen

Camptocamp seems to have found a solution to this problem by expiring the session immediately: https://github.com/camptocamp/odoo-cloud-platform/blob/11.0/monitoring_status/controllers/main.py

Odoo now has (since version 15.0) an endpoint `/web/health` that can be used for health checks. See: https://github.com/odoo/odoo/blob/05abba7e58d5a49a42ace9338d785b90fd5f7671/addons/web/controllers/main.py#L911

This _kind of_ exists already. It's not just connected to Odoo starting up, but it's executed by the cron. https://github.com/OCA/queue/blob/92eae4b427578068c5d9256d51bf672938bc9422/queue_job/data/queue_data.xml#L4-L12 https://github.com/OCA/queue/blob/92eae4b427578068c5d9256d51bf672938bc9422/queue_job/models/queue_job.py#L269-L282

It seems to me like the upstream issue has been dealt with. I'm still facing problems with duplicated MAC addresses. Any tips on how to solve this?

Here's a manual workaround: 1. Download `certbot` 1. Run `certbot -d *.mywildcarddomain.com --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory certonly` 1. Add the DNS TXT entry 1. Run `kontena certificate import --key...

@ventor-dev You might have to tweak the cron method call arguments. ``` def requeue_stuck_jobs(self, enqueued_delta=5, started_delta=0): ``` The cron job calls this method without arguments, which means that by default...

This might not be a useful workaround for environments where Circles is already being used, but since I was using neither Collectives nor Circles I had installed in an older...

`base_technical_user` has been merged

`module_auto_update` #2248