how do i figure whats wrong ?
Hi @jpca999,
Could you provide more information for us to debug this issue? Are your containers running properly? Do you have any log entries you can share?
Cheers,
Peter Evans
thank you for hwlping me out @picklepete
i do see the cpu graph going up when im not even doing / making any new requests:
2024-12-23 11:36:40 [2024-12-23 16:36:40,296: INFO/MainProcess] Scheduler: Sending due task baserow.core.import_export.tasks.delete_marked_import_export_resources() (baserow.core.import_export.tasks.delete_marked_import_export_resources)
2024-12-23 11:36:40 [2024-12-23 16:36:40,297: INFO/MainProcess] Scheduler: Sending due task baserow.core.import_export.tasks.mark_import_export_resources_for_deletion() (baserow.core.import_export.tasks.mark_import_export_resources_for_deletion)
2024-12-23 11:36:40 [2024-12-23 16:36:40,298: INFO/MainProcess] Scheduler: Sending due task baserow.core.jobs.tasks.clean_up_jobs() (baserow.core.jobs.tasks.clean_up_jobs)
2024-12-23 11:36:40 [2024-12-23 16:36:40,299: INFO/MainProcess] Scheduler: Sending due task baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion() (baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion)
2024-12-23 11:36:40 [2024-12-23 16:36:40,299: INFO/MainProcess] Scheduler: Sending due task baserow.core.trash.tasks.permanently_delete_marked_trash() (baserow.core.trash.tasks.permanently_delete_marked_trash)
2024-12-23 11:37:00 [2024-12-23 16:37:00,041: INFO/MainProcess] Scheduler: Sending due task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email() (baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email)
2024-12-23 11:38:00 [2024-12-23 16:38:00,044: INFO/MainProcess] Scheduler: Sending due task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email() (baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email)
2024-12-23 11:39:00 [2024-12-23 16:39:00,023: INFO/MainProcess] Scheduler: Sending due task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email() (baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email)
i didnt find anything more unusual.
ALSO IM UNABLE TO OPEN MORE THAN THREE TABS/ THE DATA WONT LOAD.
Hey @jpca999,
At quick glance it appears that your instance of Baserow is having issues connecting to Redis. Have you checked to see if the REDIS_*
env variables are correct, and that Redis is running?
Cheers,
Peter Evans
Thank you for your response, @picklepete.
I haven’t changed the REDIS_* env variables, so I’m unsure why they would be incorrect.
Could you please clarify which env variables are expected?
Just for your reference, I have 16k records in the table I’m working on.
I’ve attached the Redis logs, and I always make sure it’s running smoothly.
I’d appreciate your advice on this. Thank you!