Hacker News new | ask | show | jobs
by joaohaas 230 days ago
Even if the data is important, you can enable WAL and make sure the worker/consumer gets items by RPOPLPUSHing to a working queue. This way you can easily requeue the data if the worker ever goes offline mid-process.
1 comments

Very true.