Skip to content

ActorSystem will not create if startup time too long #30

@yozohu

Description

@yozohu

Weird
Thespian Actor System creation has a timeout, so if it takes too long for (idk)_ then it will just crash out and not create. Nothing is wrong iwth our code. Its simply bc the initial things (imports for example) took too long.

Example 1.
When i imported Facial Rec package at the top of facecam actor ( this package has longer import time ), actorsystem creation failure. Move that import to sometime after the system is created and ur fine

Example 2.
I had zoom running in the background, so ig the processor was managing resources and same thing happened

How to fix....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions