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
As part of debugging #1527 I am trying to get a view of all batches in the system. It looks like the segfaults I'm experiencing in that issue may cause some corruption/left-behind data about old batches in redis.
Visiting https://##########/batches in our system yields the following, which seems like it shouldn't be possible.
Possibly related: I'm getting a separate error where on_success is getting fired for batches that already received it.
aww man my bad. I forgot I run this app in its own container and it never got its gems updated when we did the rest of our app. thanks for the fast response.
As part of debugging #1527 I am trying to get a view of all batches in the system. It looks like the segfaults I'm experiencing in that issue may cause some corruption/left-behind data about old batches in redis.
Visiting
https://##########/batches
in our system yields the following, which seems like it shouldn't be possible.Possibly related: I'm getting a separate error where
on_success
is getting fired for batches that already received it.The text was updated successfully, but these errors were encountered: