serversideup / docker-php

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
https://serversideup.net/open-source/docker-php/
GNU General Public License v3.0
1.67k stars 109 forks source link

cURL error 28: Operation timed out after 15000 milliseconds with 0 bytes received #331

Closed jaydrogers closed 4 months ago

jaydrogers commented 4 months ago

Affected Docker Images

*-unit

Docker Labels of the affected images

No response

Current Behavior

CleanShot 2024-04-29 at 08 53 41@2x

Expected Behavior

Unit should be able to handle multiple threads.

Steps To Reproduce

See Discord link: https://discord.com/channels/910287105714954251/1230884818577920073/1234444781627637830

Host Operating System

N/A

Docker Version

N/A

Anything else?

No response

jaydrogers commented 4 months ago

Proposed fix from Discord

CleanShot 2024-04-29 at 09 00 17@2x

  "applications": {
    "php": {
      "type": "php",
      "processes": {
        "max": 10,
        "spare": 5,
        "idle_timeout": 30
      },