R
Railwayβ€’9mo ago
kevin

Failed to Launch JOb 1 "Telemetry Reporter [1]"

attached a screenshot - seeing a lot of these logs every second, it looks like it's from railway, not my nextjs service, but not sure. thanks πŸ™
No description
12 Replies
Percy
Percyβ€’9mo ago
Project ID: N/A
Brody
Brodyβ€’9mo ago
railway does not log anything on your behalf
kevin
kevinβ€’9mo ago
gotcha - it looks like it's coming from my provisioned postgres which is still a little weird, since it should be managed by railway, restarting it does not appear to help either
Brody
Brodyβ€’9mo ago
railway doesnt offer managed databases
kevin
kevinβ€’9mo ago
ah i meant, i spun up the postgres directly from railway's dashboard and getting these logs:
2023-09-27 16:46:59.365 UTC [1] LOG: database system is shut down

PostgreSQL Database directory appears to contain a database; Skipping initialization

2023-09-27 16:47:00.880 UTC [1] LOG: starting PostgreSQL 13.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 64-bit

2023-09-27 16:47:00.880 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432

2023-09-27 16:47:00.880 UTC [1] LOG: listening on IPv6 address "::", port 5432

2023-09-27 16:47:00.883 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"

2023-09-27 16:47:00.889 UTC [21] LOG: database system was shut down at 2023-09-27 16:46:59 UTC

2023-09-27 16:47:00.895 UTC [1] LOG: database system is ready to accept connections

2023-09-27 16:47:00.897 UTC [27] LOG: TimescaleDB background worker launcher connected to shared catalogs

2023-09-27 16:47:00.920 UTC [29] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.920 UTC [29] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.920 UTC [31] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [31] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [30] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [30] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [33] WARNING: failed to launch job 1 "Telemetry Reporter [1]": failed to start a background worker
2023-09-27 16:46:59.365 UTC [1] LOG: database system is shut down

PostgreSQL Database directory appears to contain a database; Skipping initialization

2023-09-27 16:47:00.880 UTC [1] LOG: starting PostgreSQL 13.2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.2.1_pre1) 10.2.1 20201203, 64-bit

2023-09-27 16:47:00.880 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432

2023-09-27 16:47:00.880 UTC [1] LOG: listening on IPv6 address "::", port 5432

2023-09-27 16:47:00.883 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"

2023-09-27 16:47:00.889 UTC [21] LOG: database system was shut down at 2023-09-27 16:46:59 UTC

2023-09-27 16:47:00.895 UTC [1] LOG: database system is ready to accept connections

2023-09-27 16:47:00.897 UTC [27] LOG: TimescaleDB background worker launcher connected to shared catalogs

2023-09-27 16:47:00.920 UTC [29] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.920 UTC [29] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.920 UTC [31] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [31] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [30] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [30] WARNING: failed to launch job 1 "Telemetry Reporter [1]": out of background workers

2023-09-27 16:47:00.921 UTC [33] WARNING: failed to launch job 1 "Telemetry Reporter [1]": failed to start a background worker
Brody
Brodyβ€’9mo ago
id recommend using this template instead https://railway.app/template/postgres
kevin
kevinβ€’9mo ago
i think that's the template i'm using - and the service is spitting out those warning errors every second
No description
Brody
Brodyβ€’9mo ago
its not, you are using the old plugin
kevin
kevinβ€’9mo ago
ah so if i do this - it's with the old plugin (since my db was created earlier this month) - ah looks like it, since the template was created a day later (sept 7th)
No description
Brody
Brodyβ€’9mo ago
right, you are not on beta so that flow still uses the old plugins
Brody
Brodyβ€’9mo ago
you can still click template, then choose postgres that way, to deploy the new plugins
No description
kevin
kevinβ€’9mo ago
just tried the new template and it worked like a charm, thanks!