ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

gRPC - Received message larger than max (6923462 vs. 4194304) #117

Closed romphreak closed 4 years ago

romphreak commented 4 years ago

Describe the Issue

Job errors out stating that the received message is larger than a max size. [Received message larger than max (6923462 vs. 4194304)]

To Reproduce

Steps to reproduce the behavior: (Example)

  1. Create UA script
  2. Invoke UA script
  3. Wait for job to fail

Expected behavior

Job completes and pipeline output is accessible.

Screenshots

image

image

Script Sample

$script = New-UAScript -Name TEST_adcomputers -ScriptBlock {Get-ADComputer -Filter -Properties } $job = Invoke-UAScript $script Get-UAJob -Id $job.Id

Version Information

adamdriscoll commented 4 years ago

Resolved.