Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Service Unavailable: Back-end server is at capacity #3527

Closed
6 tasks done
doherty100 opened this issue Oct 4, 2024 · 1 comment
Closed
6 tasks done

Service Unavailable: Back-end server is at capacity #3527

doherty100 opened this issue Oct 4, 2024 · 1 comment
Labels

Comments

@doherty100
Copy link

Checklist

  • I confirm there are no unresolved issues reported on the Chocolatey Status page.
  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my problem.
  • I have verified this is not an issue for a specific package.
  • I have verified this issue is not security related.
  • I confirm I am using official, and not unofficial, or modified, Chocolatey products.

What You Are Seeing?

This appears to be a regression of the following issue: #3489

What is Expected?

Chocoloatey packages should install.

How Did You Get This To Happen?

I use cchoco to install packagages using Azure Automation DSC.

System Details

  • Operating System: Windows Server 2022
  • Windows PowerShell version: 5.1.20348.2652
  • Chocolatey CLI Version: v2.3.0
  • Chocolatey Licensed Extension version: N/A
  • Chocolatey License type: Free
  • Terminal/Emulator: N/A

Installed Packages

cChocoInstaller 'Chocolatey' {
            InstallDir = 'c:\choco'
        }

        cChocoPackageInstaller 'VSCode' {
            Name = 'vscode'
            DependsOn = '[cChocoInstaller]Chocolatey'
            AutoUpgrade = $true
        }

        cChocoPackageInstaller 'SSMS' {
            Name = 'sql-server-management-studio'
            DependsOn = '[cChocoInstaller]Chocolatey'
            AutoUpgrade = $true
        }

        cChocoPackageInstaller 'AzureStorageExplorer' {
            Name = 'microsoftazurestorageexplorer'
            DependsOn = '[cChocoInstaller]Chocolatey'
            AutoUpgrade = $true
        }

        cChocoPackageInstaller 'AzCopy' {
            Name = 'azcopy10'
            DependsOn = '[cChocoInstaller]Chocolatey'
            AutoUpgrade = $true
        }

        cChocoPackageInstaller 'AzureDataStudio' {
            Name = 'azure-data-studio'
            DependsOn = '[cChocoInstaller]Chocolatey'
            AutoUpgrade = $true
        }

        cChocoPackageInstaller 'MySQLWorkbench' {
            Name = 'mysql.workbench'
            DependsOn = '[cChocoInstaller]Chocolatey'
            AutoUpgrade = $true
        }

Output Log

https://gist.github.com/doherty100/3f0d68f3d20af271805083ea4a062ddf

Additional Context

No response

@doherty100 doherty100 added the Bug label Oct 4, 2024
@doherty100
Copy link
Author

sorry should have filed in cChoco repo, will open there.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant