Matthijs Ooms

Results 7 comments of Matthijs Ooms

This issue might not be limited to just iOS/iCloud. We received the same reports from some Android users having a new phone and restored their backups. My understanding is the...

I'm thinking about moving along too. @GleidsonDaniel which alternative are you considering to use instead?

Same issue here using a resource on defaultSource on prod build on Android. When source is null, I get the error.

You're right about the master branch, I noticed the commit for version 8.0.11 but it's after tag 8.0.10. v8.0.10 includes the performance fixes, which might actually be causing my issue...

Yes, I do have a replace strategy: ``` lock: :until_executed, on_conflict: :replace, lock_ttl: 0, ``` I perform a rolling deploy, so the two versions were running simultaneously for a moment....

I'm hesitant to try the upgrade once more in production. On our staging environment the problem does not occur, so my first thought was that the upgrade used a lot...

I have written a performance test that simulates the behaviour by using the same Worker config and adding 100k of them in the queue, but I wasn't able to identify...