Railway Multiple Threads
Does Railway support multiple threads with Flask applications? For example, if a user opened another tab with the same url (while a process is still running in the original tab), will Railway handle the second tab separately?
Solution:Jump to solution
thats something you need to configure yourself through gunicorn by specifying the worker and threads you want to spawn
4 Replies
Project ID:
N/A
Solution
thats something you need to configure yourself through gunicorn by specifying the worker and threads you want to spawn
ok I see thx
no problem!