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:
thats something you need to configure yourself through gunicorn by specifying the worker and threads you want to spawn
Jump to solution
4 Replies
Percy
Percy5mo ago
Project ID: N/A
Solution
Brody
Brody5mo ago
thats something you need to configure yourself through gunicorn by specifying the worker and threads you want to spawn
LargeEdition
LargeEdition5mo ago
ok I see thx
Brody
Brody5mo ago
no problem!