Dejan Žegarac

Results 22 comments of Dejan Žegarac

> Are you using Cloudflare on the Panel? Could be an explanation for the 502 errors you're receiving. I am, forgot to mention. I updated my initial comment.

> Are you sure this isn't Cloudflare just assuming it is down because of the 504s? I explicitly return a 504 from the API endpoints that reach out to Wings,...

I'd say it's somewhere in `/var/www/pterodactyl/app/Repositories/Wings/DaemonServerRepository.php (suspension function)` Likely due to undefined timeout in GuzzleHttp Client. Adding a timeout did help a little, but more work needs to be done....

> Can you expand on what you mean about an undefined timeout, they're set here: https://github.com/pterodactyl/panel/blob/develop/app/Repositories/Wings/DaemonRepository.php#L72-L73 Oh, didn't see that, but it explains the issue. The default timeout is 30...

> I've tried to reproduce this and cannot, I really don't know what to tell you here. > > I have my entire node offline, and everything continues working exactly...

@DaneEveritt any news on this case?

> I'm not sure what you expect for us to do here. Seems pretty simple to me, more requests means higher load which leads to higher resource usage. > >...

Also, here's a fact you can't disapprove. Open a browser, like a chrome. Open 10 tabs of your panel (possibly 20 if your PC can handle), select them all by...

> The load a system can handle will vary based on it's hardware. > > A 2 thread VPS with 2 gigs of ram won't handle much but a basic...

Basically, defaults for all. Any recommendations where to begin with config changes? What stuff are the most important ones? ``` ;;;;;;;;;;;;;;;;;;;;; ; FPM Configuration ; ;;;;;;;;;;;;;;;;;;;;; ; All relative paths...