How can I host my Django project that uses Celery and Selenium?
Can someone explain this?
15 Replies
Project ID:
N/A
N/A
what problems are you having at the moment with it?
the problem is i dont know where to start, at least can you provide some source about this topic ?
Railway was great for hosting a python server with a celery queue. I spun up separate processes for the API, the Celery service, and the Redis communication layer, and it all worked beautifully. It can be done!
what about selenium
i saw a couble of videos about hosting selenium scripts but can it be done with django ?
can i ask what you are using selenium for?
i am using selenium for scraping
that is not allowed on railway
Okay thank you for help
i didnt know thanks for the warning
how did you do that?!!!
Probably building multiple processes into a dockerfile