LocalAI/core/services/nodes
Ettore Di Giacinto 6c635e8353
feat: add resume endpoint to undrain nodes (#9197)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2026-04-01 18:21:43 +02:00
..
distributed_store.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
distributed_store_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_stager.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_stager_http.go feat(distributed): Avoid resending models to backend nodes (#9193) 2026-03-31 16:28:13 +02:00
file_stager_s3.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_staging_client.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
file_transfer_server.go feat(distributed): Avoid resending models to backend nodes (#9193) 2026-03-31 16:28:13 +02:00
file_transfer_server_test.go feat(distributed): Avoid resending models to backend nodes (#9193) 2026-03-31 16:28:13 +02:00
health.go chore(nodes): restore offline nodes too 2026-03-31 14:22:18 +00:00
health_mock_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
health_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
inflight.go fix(inflight): count inflight from load model, but release afterwards (#9194) 2026-03-31 23:24:45 +02:00
inflight_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
interfaces.go feat: add resume endpoint to undrain nodes (#9197) 2026-04-01 18:21:43 +02:00
managers_distributed.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
model_router.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
model_router_test.go fix(inflight): count inflight from load model, but release afterwards (#9194) 2026-03-31 23:24:45 +02:00
nodes_suite_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
reconciler.go feat: add node reconciler, allow to schedule to group of nodes, min/max autoscaler (#9186) 2026-03-31 08:28:56 +02:00
reconciler_test.go feat: add node reconciler, allow to schedule to group of nodes, min/max autoscaler (#9186) 2026-03-31 08:28:56 +02:00
registry.go feat: add resume endpoint to undrain nodes (#9197) 2026-04-01 18:21:43 +02:00
registry_test.go feat: add node reconciler, allow to schedule to group of nodes, min/max autoscaler (#9186) 2026-03-31 08:28:56 +02:00
router.go fix(inflight): count inflight from load model, but release afterwards (#9194) 2026-03-31 23:24:45 +02:00
router_test.go fix(inflight): count inflight from load model, but release afterwards (#9194) 2026-03-31 23:24:45 +02:00
staging_keys.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
staging_keys_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
unloader.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00
unloader_test.go feat: add distributed mode (#9124) 2026-03-30 00:47:27 +02:00