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

Fix restart #15

Merged
merged 4 commits into from
Jul 13, 2023
Merged

Fix restart #15

merged 4 commits into from
Jul 13, 2023

Conversation

fmterrorf
Copy link
Owner

@fmterrorf fmterrorf commented Jul 13, 2023

Removed the :transient restart of GenServer and use the default :permanent setting. We want to the genserver to be always restarted when it crashes. See https://hexdocs.pm/elixir/1.12/Supervisor.html#module-restart-values-restart

@fmterrorf fmterrorf merged commit 7776eac into main Jul 13, 2023
@fmterrorf fmterrorf mentioned this pull request Jul 13, 2023
@fmterrorf fmterrorf deleted the fix_restart branch July 13, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant