Prasanth Janardhanan · Sep 10, 2020
Background task processor in Go with persistence support using BadgerDB
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Goroutines can run tasks concurrently. However, for most practical scenarios, you have to keep track of the status of those tasks. In case the process exited, killed, or power cycled, a mechanism should restart the unfinished tasks.
For example, imagine you moved order status emailing to a goroutine. If the process was terminated or restarted we have no way to keep track of the tasks that were…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.