|
|
|
|
|
by roflyear
1369 days ago
|
|
Yeah, pretty much! Technically I have one real queue but different "tags" to route things (so we can rate limit etc..). But basically the same thing. My system supports as many dispatchers as you want, which is a good addition but makes the logic more complex as you have to be careful with locks so you don't schedule jobs many times, for example. My system also implements retry logic, and a bunch of other stuff, but that isn't absolutely required either. |
|