What is causing the following log message in server logs every second: background worker \"azure_mise_service_worker\" (PID 1638153) exited with exit code 1

fta 5 Reputation points
2025-11-12T12:28:54.65+00:00

As in the question here: https://learn.microsoft.com/en-us/answers/questions/5567485/what-is-causing-the-following-log-message-in-serve

However, the answers there are not helping me.

I have 4 PostgreSQL flexible servers, and they ALL log this continuously.

Azure Database for PostgreSQL
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-12T12:29:13.9933333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The log message indicating that the background worker "azure_mise_service_worker" exited with exit code 1 suggests that there may be an issue with the Azure Managed Instance Service Environment (MISE) worker process. This could be due to various reasons, such as configuration issues, resource constraints, or problems with the underlying service that the worker is trying to interact with. Continuous logging of this message across multiple PostgreSQL flexible servers may indicate a systemic issue affecting the service or a specific configuration that is not functioning correctly.

    To troubleshoot this further, consider the following steps:

    1. Check Resource Utilization: Ensure that your servers have adequate resources (CPU, memory) available.
    2. Review Configuration Settings: Verify that all relevant configuration settings for the PostgreSQL servers are correctly set.
    3. Consult Azure Support: If the issue persists, reaching out to Azure support may provide insights specific to your environment and help resolve the issue.

    Since this log message is occurring every second, it may also be beneficial to review any recent changes made to the servers or any updates from Azure that could affect the behavior of the MISE worker.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.