You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a bad database password in the new purge task's configuration, but it didn't send any error e-mails. It didn't write to the log file, either. The problem might be that the error occurs before the purge task's handle() method gets called. See if there are any other events we can hook into, or force the logging to set up before the database.
The text was updated successfully, but these errors were encountered:
I had a bad database password in the new purge task's configuration, but it didn't send any error e-mails. It didn't write to the log file, either. The problem might be that the error occurs before the
purge
task'shandle()
method gets called. See if there are any other events we can hook into, or force the logging to set up before the database.The text was updated successfully, but these errors were encountered: