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
I want to select all items that have been successfully processed by honeydew, I guessed by looking at the source code that I can use where([x], is_nil(x.honeydew_whatever_lock)) to do this, but this couples my code tightly against honeydew implementation details, I'd like a more "official" or "public" way to achieve this.
I want to select all items that have been successfully processed by honeydew, I guessed by looking at the source code that I can use
where([x], is_nil(x.honeydew_whatever_lock))
to do this, but this couples my code tightly against honeydew implementation details, I'd like a more "official" or "public" way to achieve this.honeydew/lib/honeydew/sources/ecto_source.ex
Lines 8 to 14 in b60b639
A documented way to select jobs in a different state would be nice too, but this is not something I'm struggling with currently.
The text was updated successfully, but these errors were encountered: