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.
Possibly some process is retrying.
Heruko Logs:
2024-04-03T17:42:53.149102+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:42:57.189614+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:43:00.456511+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:43:21.731099+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:44:45.015176+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:44:50.810493+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:44:50.994555+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:44:58.845144+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:45:10.161871+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
2024-04-03T17:46:28.293597+00:00 app[worker.1]: Posts: 0.16015625 | Logs: 0.44921875
Locally:
Posts: 0.15625 | Logs: 0.40234375
Posts: 0.15625 | Logs: 0.40234375
Posts: 0.15625 | Logs: 0.40234375
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.