axon
axon copied to clipboard
fix(Issue 611): Adds `Axon.Loop.checkpoint` `:patience` option for checkpointing
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 https://github.com/elixir-nx/axon/issues/611
cc: @seanmor5