You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an alternative to using the private @needs_reenqueue? accessor that provides similar functionality? We're dealing with a specific scenario and are unsure if this is equivalent to checking if cursor_position is nil. Given our mix of built-in and custom enumerators, we want to make sure we can consistently apply this logic when a job-iteration job has nothing left to enumerate or nothing to enumerate at all.
The text was updated successfully, but these errors were encountered:
Is there an alternative to using the private
@needs_reenqueue?
accessor that provides similar functionality? We're dealing with a specific scenario and are unsure if this is equivalent to checking ifcursor_position
is nil. Given our mix of built-in and custom enumerators, we want to make sure we can consistently apply this logic when a job-iteration job has nothing left to enumerate or nothing to enumerate at all.The text was updated successfully, but these errors were encountered: