openfoodfacts / smooth-app

🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
811 stars 275 forks source link

Is there away to force processing of the backlog? #5348

Open teolemon opened 3 months ago

teolemon commented 3 months ago

Problem

Screenshot_20240609-090515.png

Screenshot_20240609-090635.png

Screenshot_20240609-090627.png

monsieurtanuki commented 3 months ago

@teolemon This explains your screenshots:

Which one would you like to change?

teolemon commented 3 months ago

@monsieurtanuki Those are from yesterday (circa 5PM). I expected the tasks to have processed by now.

teolemon commented 3 months ago

Down to 104, despite new Operations, so something is happening

teolemon commented 3 months ago

Screenshot_20240609-132552.png

I cancelled this one, hoping for something to unblock

monsieurtanuki commented 3 months ago

Could be an issue with upload - recent changes in background tasks might have an impact. I'll have a look tomorrow.

monsieurtanuki commented 3 months ago

@teolemon First quick test: I've just managed to upload a product image and to crop another product image in TEST env with the latest code, so it doesn't seem to be a problem with the latest background code change. Could it be that you send bigger pictures?

monsieurtanuki commented 3 months ago

@monsieurtanuki Those are from yesterday (circa 5PM). I expected the tasks to have processed by now.

Btw here the concept of "background tasks" may not be what you mean. In this case it's just async methods that we call only when the user uses the app.

monsieurtanuki commented 3 months ago

@teolemon Still problematic?