Build an Async API in Golang (part 12 - SQS Worker)

preview_player
Показать описание
#golang #api #backend #aws #cloud #softwareengineer

In this final part of the Async API in Go series, we implement the SQS worker to handle async report generation.
Рекомендации по теме
Комментарии
Автор

Followed all the way through and wrote all the code - shame mine isn't working (got my previous token issues solved) but getting write issues to s3 and even nil pointers for the sqs queue - Guess I'll have to just go through it again and see where the bug lies! Thanks for uploading this series man, still learning loads from it.

vinniemac
Автор

What happens if the processing of the message succeeds but the deletion of the message from the sqs queue afterwards fails? Will it process the same message twice or the message will never be cleaned up from the sqs queue? How should we address that? Thanks for the great series!

asafmor
welcome to shbcf.ru