Duplicati uses the CPU while doing nothing

Duplicati uses the CPU while doing nothing.
In docker

CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
20d3cb69a40a duplicati 63.26% 361.4MiB / 5.778GiB 6.11% 500MB / 21.3MB 87.7MB / 289MB 432

.deploy_template:
stage: deploy
image: docker:24
services:
- docker:24-dind
before_script:

LOCAL_DUBLICATI:
extends: .deploy_template
variables:
DEPLOY_HOST: “*"
DEPLOY_USER: "

DEPLOY_ACCESS_KEY: $SSH_PRIVATE_KEY
MY_APP_NAME: “duplicati”
script:
- docker --context $CONTEXT container rm -f $MY_APP_NAME || true
- docker --context $CONTEXT network create $NETWORK || true
- >
docker --context $CONTEXT run -d
–name=$MY_APP_NAME
–network=“$NETWORK”
-e PUID=1000
-e PGID=1000
-e CLI_ARGS= #optional
-p 8200:8200
-v /mnt/duplicati/config:/config
-v /mnt/duplicati/backups:/backups
-v /:/source
–restart unless-stopped
lscr.io/linuxserver/duplicati:latest
when: manual

Hello and welcome!

There are lots of threads about this, and it seems to have something to do with mono. You might consider running one of the new non-mono releases, like 2.0.9.100.