|
|
|
|
|
by seattleeng
657 days ago
|
|
A new programming model for distributed computing is desperately needed. Something between a full operational system a la Temporal, but without the extreme operational overhead + a sane cooperative runtime like Golang. I think we're probably too early to build this today. Ray is used at my current job for scaling subroutines in our distributed job system. It's the closest I've seen. |
|
Shameless plug, but there’s also Oban, a widely used database backed background job system.