Skip to content
New issue

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

Aggregate GenServer opts #18

Open
NeilMenne opened this issue Jul 13, 2018 · 1 comment
Open

Aggregate GenServer opts #18

NeilMenne opened this issue Jul 13, 2018 · 1 comment

Comments

@NeilMenne
Copy link
Member

It would be nice to devise a strategy for letting aggregates control their GenServer opts. An example that I encounter is having aggregates that could go away due to lack of activity are being kept around at the moment.

@NeilMenne
Copy link
Member Author

This should be around configuring an aggregate and passing the timeout in init/1 like {:ok, state, timeout}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant