Don't panic when scheduled tasks can't connect to database #3634
Don't panic when scheduled tasks can't connect to database #3634

github.com
Don't panic when scheduled tasks can't connect to database by sunaurus · Pull Request #3634 · LemmyNet/lemmy

If a database is temporarily unavailable at the start of a scheduled task, the resulting panic will permanently crash the scheduled tasks thread. This PR replaces the panic with an error log.