Backgrounds Jobs with Go Routines! - Golang Concurrency Example

preview_player
Показать описание
In this video I show off another example of Go Routines that you can use throughout your Golang microservices. In the video I cover how you can spin up "Jobs" that can run background tasks on your service - this is ideal for cleaning up databases, sending emails after triggers, and much more.

In this example, I cover how I use a background Go routine to remove stale bookings on a Golang Booking System microservice service.

The aim of these videos is to show you some practical use cases for Go Routines that you can use throughout your Go services. Let me know what you thought of the video and as always, leave a like if this has helped you at all!

You can find the code from this video in the link below.

Рекомендации по теме
Комментарии
Автор

Great example!
It would be awesome if you could show how to write tests for it.

rafaelacioly
Автор

Great video - Could i recommend some kind of pop filter? Your content is great, but i think it would be a bit nicer to listen to.
But the content itself is awesome, and is a huge value

GOTHICforLIFE