Skip to content

fix(Issue 611): Adds Axon.Loop.checkpoint :patience option for checkpointing #610

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

Merged

Conversation

alvises
Copy link
Contributor

@alvises alvises commented Apr 30, 2025

Add missing :patience option to Axon.Loop.checkpoint.

Fixes an issue where the :patience option was defined but not passed to the monitor function. This PR ensures the parameter is properly extracted and passed through, with test coverage to verify the behavior.

Fixes #611

cc: @seanmor5

@alvises alvises changed the title fix(Axon.Loop.checkpoint): Add :patience option for checkpointing fix(Issue 611): Adds Axon.Loop.checkpoint :patience option for checkpointing Apr 30, 2025
@polvalente polvalente merged commit 7902f5c into elixir-nx:main Aug 6, 2025
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.

patience option in Axon.Loop.checkpoint not working
2 participants