Results 52 comments of Ivan Kuznetsov

@ThexXTURBOXx +1 for this feature

I'm facing exactly the same issue. My model is trained using this tutorial: https://colab.research.google.com/github/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi/blob/master/Train_TFLite2_Object_Detction_Model.ipynb

@jeroenrinzema Users are definitely deleted. At least from UI. However, logs are full of warnings, which makes me think something isn't working as expected. Do you see anything similar when...

And here is what I see when I click on any warning: ```javascript { "name": "user_delete_bulk", "data": { "name": "user_delete_bulk", "data": {}, "options": { "delay": 0, "attempts": 3 } },...

So I dived deeper and it seems to be a bug in Parcelvoy v3. The `UserDeleteJob` attempts to delete user events from ClickHouse using `UserEvent.clickhouse().delete()`, but ClickHouse throws `DELETE query...