Add authentication and improve server side configuration

This commit is contained in:
Stone_Red
2025-12-23 14:53:44 +01:00
parent 5819432c36
commit 55f26b3a92
14 changed files with 292 additions and 34 deletions
@@ -6,6 +6,8 @@ public class RemoteExecutorOptions
{
public ILoadBalancingStrategy Strategy { get; set; } = new ResourceAwareStrategy();
public string ApiKey { get; set; } = string.Empty;
// How long to wait for a result before throwing a TimeoutException
public TimeSpan ExecutionTimeout { get; set; } = TimeSpan.FromMinutes(5);