## Suggestion 1 a CRUD operation can retry N number of times, default is 2 or 3, but set via keyword arguments so the behavior can be disabled by the user. ```julia fg = inifg(Cloud) addVariable!(fg, :x1, Pose2, retries=1) ```