2 years ago
i have a Django project for ETL Pipeline , its a way to transform data from one database to other for visualization.
this process is a long process ..like it takes around 40-50 minutes and sometime more because the data is large.
i am using N8n for my automation ...and from there i am calling the api.
when i call the api then its starts and shows loading but after few minutes railways terminate the process.
my project has 3 services on railways,
metabase
postgresql
django project
when i start the process from my local machine, and update the data on postgres(of railways) its working.
but when i use the django project(of railways) to update the data of postgres(of railways) its crashing.
there is no error in the code, both the code on my local and in railways django project are same.
can someone have any idea how this thing can be solved ?
0 Replies
2 years ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open ray-chen • over 1 year ago