Matts
Matts
RRailway
Created by Matts on 10/11/2024 in #✋|help
Make postgres db publicly available
7fc5bc6f-e1d1-45d6-a126-9dc628611883
5 replies
RRailway
Created by Matts on 9/25/2024 in #✋|help
cron job seems to be stuck
alright, thanks @Angelo
18 replies
RRailway
Created by Matts on 9/25/2024 in #✋|help
cron job seems to be stuck
No description
18 replies
RRailway
Created by Matts on 9/25/2024 in #✋|help
cron job seems to be stuck
Thank you!
18 replies
RRailway
Created by Matts on 9/25/2024 in #✋|help
cron job seems to be stuck
just for further clarification I had the new cron logic running for around 30-40 minutes and it executed every 5 minutes. took around 5-10 seconds each time. one execution got stuck for around 20 minutes before I went back to the old cron logic
18 replies
RRailway
Created by Matts on 9/25/2024 in #✋|help
cron job seems to be stuck
the project is just a basic api call

const axios = require('axios');
require('dotenv').config();

async function fetchData() {
try {
const url = "https://....";
if (url) {
console.log(`Sending request to: ${url}`)
const response = await axios.get(url, {
headers: {
'Authorization': `Bearer ${process.env.API_KEY}`
}
});
console.log(response.data); // Handle response
} else {
console.warn(`Skipping request because no url is set.`)
}
} catch (error) {
console.error(error); // Handle error
}
}

fetchData();
the project is just a basic api call

const axios = require('axios');
require('dotenv').config();

async function fetchData() {
try {
const url = "https://....";
if (url) {
console.log(`Sending request to: ${url}`)
const response = await axios.get(url, {
headers: {
'Authorization': `Bearer ${process.env.API_KEY}`
}
});
console.log(response.data); // Handle response
} else {
console.warn(`Skipping request because no url is set.`)
}
} catch (error) {
console.error(error); // Handle error
}
}

fetchData();
`
18 replies
RRailway
Created by Matts on 9/25/2024 in #✋|help
cron job seems to be stuck
4f4d148d-f0b0-4adc-8fcf-663c53192207
18 replies
RRailway
Created by Matts on 9/22/2024 in #✋|help
new environment still using db url from cloned dev environment
f8e28444-90c1-4091-a59d-9d6852e2caec
6 replies
RRailway
Created by Matts on 7/15/2024 in #✋|help
New Database just does not deploy
perfect, thanks for the info!
13 replies
RRailway
Created by Matts on 7/15/2024 in #✋|help
New Database just does not deploy
yeah, I dont know what the issue is then. It was just stuck for ~15 mins
13 replies
RRailway
Created by Matts on 7/15/2024 in #✋|help
New Database just does not deploy
Thanks! Works now!
13 replies
RRailway
Created by Matts on 7/15/2024 in #✋|help
New Database just does not deploy
f8e28444-90c1-4091-a59d-9d6852e2caec
13 replies
RRailway
Created by abelacco on 1/16/2024 in #✋|help
How can I get separate billing invoice or detail for each project? I
alright, thanks!
9 replies
RRailway
Created by abelacco on 1/16/2024 in #✋|help
How can I get separate billing invoice or detail for each project? I
hi @Brody, is this still the best approach? Would like to bill my clients seperately. Currently have one Team for my company and multiple projects for each client
9 replies
RRailway
Created by kuraputo on 4/23/2024 in #✋|help
Docker daemon offline
I get the error when I try to deploy something. Current deployments are running without an issue
23 replies
RRailway
Created by kuraputo on 4/23/2024 in #✋|help
Docker daemon offline
same issue here, project: 72fd79dc-7af9-4071-9a9d-f9697585ae65
23 replies
RRailway
Created by Matts on 2/14/2024 in #✋|help
Problem wiping volume for postgres db
hi, thanks a lot for the help! I actually already tried wiping the db on wednesday after waiting for a few hours and it worked fine again.
11 replies
RRailway
Created by Matts on 2/14/2024 in #✋|help
Problem wiping volume for postgres db
yes
11 replies
RRailway
Created by Matts on 2/14/2024 in #✋|help
Problem wiping volume for postgres db
For some reason changing the region of the db also doesnt work. I get the following error: This volume has failed to migrate. Please contact support.
11 replies
RRailway
Created by Matts on 2/14/2024 in #✋|help
Problem wiping volume for postgres db
72fd79dc-7af9-4071-9a9d-f9697585ae65
11 replies