Skip to main content
12-Amethyst
April 18, 2024
Solved

Server efficiency issues during DevOps

  • April 18, 2024
  • 1 reply
  • 833 views

Have noticed big efficiency problems during our DevOps are preparing all their starts and write/checks their scripts and I try to use Composer.
Normally server works correctly, reaction on anything is "immediate", mostly <1 sec delay, sometimes can happens 5-10 seconds delay in reaction on saving, opening entities, etc. But longer delay happens... once per hour?

When DevOps tests are made... it takes 1-2 minute to load page, sometimes even 5 minutes.
Is that normal? Any solutions (different than organisational/time slot reservation for DevOpS and developers)?

Best answer by PaiChung

I'm guessing that your devops are firing a lot of services all at once, you can check the Platform Subsystem Queue, it most likely is building up because it can't handle all requests at once, that will be causing your slowness.

Not sure if a second server can be set up where devops runs their tests vs. dev?

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
April 25, 2024

I'm guessing that your devops are firing a lot of services all at once, you can check the Platform Subsystem Queue, it most likely is building up because it can't handle all requests at once, that will be causing your slowness.

Not sure if a second server can be set up where devops runs their tests vs. dev?

ZbigniewK12-AmethystAuthor
12-Amethyst
April 30, 2024

Looks like DevOps server have low RAM (8GB). Will check if increasing will help.