Hacker News new | ask | show | jobs
by snuxoll 2206 days ago
Why use cronjobs at all for this? This is a classic work queue problem.
1 comments

I wasn't there for this decision, but I assume cronjobs were being treated as "cloud functions" -- and to be fair, the k8s documentation kind of makes it seem that you could technically do that, but fails miserably if you try to do so in practice.