Olivier Cervello
Olivier Cervello
Error is still here to this day, even though I start a Celery worker with the `-n` option: ``` (secator) vagrant@ubuntu2004:~/secator$ celery -A secator.celery.app worker -n runner -Q celery,io,cpu [13:22:27]...
3 years later, is there any progress ? I feel like the tool can be prod-ready only with this feature added, no ?
@zinwelzl I recommend you use Docker and mount the database folder to a local folder, then set up an automatic backup of that local folder.
I think the API route in the request example is still wrong, the correct request should be: ``` curl -u off:off -F "code=1234567890123" -F "imagefield=front_fr" -F "imgupload_front_fr=@/Users/ocervello/Downloads/1631031226333.jpg" https://fr.openfoodfacts.net/cgi/product_image_upload.pl ```
Argh ... this is clearly not enough since it depends on the number of threads as well... adding a delay between requests is okay but not as precise as setting...
https://www.astra-security.info/ is for sale too :'(
+1 for this, is there any movement here @rburns ?
Yep, confirming this is an issue. @omarabid59 any idea how to fix this ?
Ah, I thought since there is a `--mc strings # list of status codes to match` option that there was still some crawling happening. What is the `--mc` flag purpose...