49/// lock-ttl | TTL of the lock; must be at least as long as the duration between subsequent cancellation checks, otherwise brain split is possible | --
50/// pg-timeout | timeout, must be less than lock-ttl/2 | --
51/// restart-delay | how much time to wait after failed task restart | 100ms
52/// autostart | if true, start automatically after component load | false
53/// task-processor | the name of the TaskProcessor for running DoWork | main-task-processor
54/// testsuite-support | Enable testsuite support | false
55///
56/// ## Migration example
57///
58/// You have to create a SQL table for distlocks. An example of the migration