4 months ago
Hey guys,
I have a trading app that has 2 services. 1 that will create a history of the candles, and one that wil update the candles every 5 minutes.
The issue here is that for what I can read, I created a volume into the one that creates the history, but then the incremental job service has no way of connecting to that historic volume, in order to add the new data every 5 minutes.
How would I go about doing this?
2 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
Status changed to Awaiting Conductor Response brody • 4 months ago
4 months ago
You should use a key value store like Redis or a Postgres database to share data between two services. Using a raw volume is not the correct approach.
Status changed to Awaiting User Response Railway • 4 months ago
3 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 3 months ago