Non-interactive cron task never finishes

After enabling the broctl crontab I’ve noticed the cron task never finishes. As time passes this leaves many “broctl cron” tasks running and prevents other broctl administrative tasks due to lock file contention. I’m guessing they are all waiting for the first task to complete and release the lock file.

If I run broctl cron interactively it seems to work fine.

TIA.