mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
A lease error (e.g. persistent SQLITE_BUSY) while rows are due made the worker spin with sleep(0), hammering SQLite and flooding the log. lease_next now returns the error and the loop sleeps 1s before retrying.