Skip to content

Move processes logic to separate worker #574

Description

@BeroBurny

The electron has 2 processes by default main and renderer
Now we keep all processes on renderer that start causing UI freezes due to blocking resource usages (loops API calls etc...)

We should move beacon node watcher and validator to own processes to increase application resilience in case of renderer die to the application is not stoping with doing duties, and offload renderer for smoother UX

https://www.electronjs.org/docs/tutorial/performance#how-2
https://www.electronjs.org/docs/tutorial/performance#how-3
https://www.electronjs.org/docs/tutorial/multithreading

Metadata

Metadata

Assignees

Labels

UIUXenhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions