[Research] How to limit concurrency of backup processes?
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
To prevent DDOSing of a backup instance, we want to limit concurrency of backup processes.
Perhaps a limit would be good. We currently use a file lock in the existing backup to enforce this, to enforce only one backup ata a time. Perhaps we do a per data type lock?
The file lock works well for smaller installations, but will be trickier for larger installations. Maybe we can use the consul kv for this.
Edited by 🤖 GitLab Bot 🤖