R
Railway10mo ago
Yash

any reason why my usage suddenly jumps to 4GB when there are no tasks running?

The app had no requests for for the entire day but the usage jumped, any reason why this could happen? Thanks Yash
5 Replies
Percy
Percy10mo ago
Project ID: N/A
ThallesComH
ThallesComH10mo ago
it's hard to know what it is without any code. probably a memory leak or something that your application does in that time (background jobs?)
Yash
Yash10mo ago
yes, but there were no jobs running at that time, i'm using celery and a python script to do some video editing
Medim
Medim10mo ago
Did u try running it locally to see if that same issue happens? But yeah, its hard to tell without code
Yash
Yash10mo ago
This is not an issue on local, let me know if you need any specific part of the code. For now, I've broken celery and app in separate modules