Split evaluations into a separate service #409

Open
opened 2024-11-30 15:27:37 +00:00 by fricklerhandwerk · 0 comments
fricklerhandwerk commented 2024-11-30 15:27:37 +00:00 (Migrated from github.com)

Currently it's impossible to scale the workers across multiple machines, as starting the workers on one machine will crash ongoing evaluations on another machine.

The good way to fix this is to move the evaluation in its own microservice and with its own handling.

Originally posted by @RaitoBezarius in https://github.com/Nix-Security-WG/nix-security-tracker/issues/405#issuecomment-2508708923

Currently it's impossible to scale the workers across multiple machines, as starting the workers on one machine will crash ongoing evaluations on another machine. The good way to fix this is to move the evaluation in its own microservice and with its own handling. _Originally posted by @RaitoBezarius in https://github.com/Nix-Security-WG/nix-security-tracker/issues/405#issuecomment-2508708923_
Sign in to join this conversation.
No description provided.