Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CONFIG VARS on HEROKU #29

Open
xvxvdee opened this issue Apr 3, 2024 · 0 comments
Open

CONFIG VARS on HEROKU #29

xvxvdee opened this issue Apr 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@xvxvdee
Copy link
Owner

xvxvdee commented Apr 3, 2024

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
@xvxvdee xvxvdee added the bug Something isn't working label Apr 3, 2024
@xvxvdee xvxvdee pinned this issue Apr 3, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant