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
After adding CHANNEL_ID_1 & CHANNEL_ID_2 as config vars on Heroku, the MongoDB database has not updated the logs after logger.log_startup(). The code seems to run up until logger.check_space() which is shown in the Heroku logs but I am unsure as of what is happening next.
After adding CHANNEL_ID_1 & CHANNEL_ID_2 as config vars on Heroku, the MongoDB database has not updated the logs after
logger.log_startup()
. The code seems to run up untillogger.check_space()
which is shown in the Heroku logs but I am unsure as of what is happening next.Possibly some process is retrying.
The text was updated successfully, but these errors were encountered: