Skip to content

Commit

Permalink
Merge branch 'feat/task-actors' of https://github.com/eigr/spawn into…
Browse files Browse the repository at this point in the history
… feat/task-actors
  • Loading branch information
Adriano Santos committed Oct 2, 2024
2 parents 55b6b5d + eb8d74d commit 6e21d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/spawn/cluster/provisioner_pool_supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ defmodule Spawn.Cluster.ProvisionerPoolSupervisor do
name: pool_name,
backend:
{FLAMEK8sBackend,
app_container_name: "sidecar",
runner_pod_tpl: fn current_manifest -> build_pod_template(cfg, current_manifest) end},
log: :debug
] ++ get_worker_pool_config(cfg)
Expand Down

0 comments on commit 6e21d3e

Please sign in to comment.