diff options
| author | Joe Kirchoff <[email protected]> | 2021-12-01 15:37:53 -0800 |
|---|---|---|
| committer | Joe Kirchoff <[email protected]> | 2021-12-01 15:37:53 -0800 |
| commit | 417690a1c0e61f77759cb3d94522bb51593554b6 (patch) | |
| tree | 138f029f0ecd90e7bbfc1a0648eb1c81751dc0b9 /zenserver/compute/apply.cpp | |
| parent | Write dummy file to ensure directories exist for remote execution (diff) | |
| download | zen-417690a1c0e61f77759cb3d94522bb51593554b6.tar.xz zen-417690a1c0e61f77759cb3d94522bb51593554b6.zip | |
Remove throw missed in last commit
Diffstat (limited to 'zenserver/compute/apply.cpp')
| -rw-r--r-- | zenserver/compute/apply.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp index 7b4fe39e6..ae4dd4528 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -904,7 +904,6 @@ HttpFunctionService::ExecActionUpstream(const WorkerDesc& Worker, CbObject Actio if (!EnqueueResult.Success) { - throw std::runtime_error("Error enqueuing upstream task"); ZEN_ERROR( "Error enqueuing upstream Action {}/{}", WorkerId.ToHexString(), |