You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine that you have millions or even billions of items to process - eg. imagine that you're processing Twitter streams and each tweet is 1 job. Is would be optimal to keep such queue as busy as possible. But sometimes (and only sometimes) you have some tasks, that individually are more important and urgent - so you want to process them quicker. As since the quantity of processed tasks is so big. that it is impossible or impractical to work with them on per-task basis.
Task spooler would be a great replacement for "real" queue servers, but it misses a few capabilities. One of them is support for priorities.
Minimal form: normal and high priority (or normal and low).
Ideally, 3 priorities (low, normal, high), or even more.
The text was updated successfully, but these errors were encountered: