Forums

App stuck

Hello, It looks like my web app doesn't stop even if I hit 'reload'. It's stuck and not responding the termination signals. If I go to 'Consoles' tab, I can see that CPU is busy (16% and more), but no visible processes actually running. Reload itself takes unusually long time (about a minute) but result is definitely not what I expect. If I look in the error log, it shows the error on the line which isn't contains that code anymore, but if I go to 'Files' I can see the correct new ones - this indicates that the previous version is actually running. Please help.

I just came up with the right idea about what's wrong. I have extra worker thread in my app but it seems you guys don't like threading. As I turned it off, anything got right. Sorry for bothering

We do not allow threading in web apps indeed.