Users of Automation Analytics & Intelligence (AAI) report being unexpectedly redirected to the login screen shortly after logging in. This behavior may exhibit the following characteristics:
/users/me return 200 OK immediately after the redirect).The redirects are caused by server CPU saturation during the JammerSequence prediction cycle. When AAI processes a very high volume of predicted job runs (e.g., over 1 million simulated runs), the server CPUs can reach 100% utilization with 0% idle capacity.
During these saturation bursts:
destroySession() and redirects the user to the login page, despite the underlying server session remaining valid.Increase the server's CPU count. For environments processing large schedulers (such as AutoSys instances with over 1 million predicted runs), a 4-CPU configuration is often insufficient. Upgrading to 8 or 16 CPUs provides the necessary headroom to handle prediction bursts while maintaining responsiveness for user API calls.