problem while deploying
portia210
TRIALOP

2 years ago

I'm trying to deploy a background worker (crawler)
I made sure that I have a Procfile like this
worker: python main.py

my main.py is the crawel, and it works with schudule

I get this error all the time while deploying
/bin/bash: line 1: app: command not found

what can I do?

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

1 Replies

2 years ago

Remove your Procfile and change your service's start command to python main.py (or whatever is the command used to boot up your worker).


Status changed to Awaiting User Response Railway over 1 year ago


Railway
BOT

7 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 7 months ago


Loading...