We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Is there a feature to defer the start of the actors registered on Startup (via .WithActors()) ?
From what I read and experienced, all actors defined in .WithActors() are started at the start of the app.
I would prefer them to be started when they are mentionned as IRequiredActor<> in a constructor that is instanciated.
Is there a configuration to do so or this does not exist ?
Thank you,
The text was updated successfully, but these errors were encountered:
There's no way to do this currently - you can always create actors at a later time via actor messaging of course
Sorry, something went wrong.
No branches or pull requests
Hello,
Is there a feature to defer the start of the actors registered on Startup (via .WithActors()) ?
From what I read and experienced, all actors defined in .WithActors() are started at the start of the app.
I would prefer them to be started when they are mentionned as IRequiredActor<> in a constructor that is instanciated.
Is there a configuration to do so or this does not exist ?
Thank you,
The text was updated successfully, but these errors were encountered: