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
The tool should write an output CSV with the URLs that failed, in a format that could be used as input: go run . --input input.csv --output output.csv --output-failed failed.csv
Failures in downloading and uploading the images can be temporary: introduce a retry-with-backoff strategy to make the tool more resilient to temporary failures
Do not re-upload the same image to S3
Can you do this without storing anything in a database?
Do not download & process the same image
Can you also do this without storing anything in a database?
To speed up the tool, process and upload in parallel using goroutines
The text was updated successfully, but these errors were encountered:
https://github.com/CodeYourFuture/immersive-go-course/tree/main/batch-processing
Extensions:
The text was updated successfully, but these errors were encountered: