testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

Kafka: priority for realtime-topic #574

Closed Redande closed 1 year ago

Redande commented 1 year ago

Currently, KafkaBatchUpdatePoints tasks are processed as they come. We should add priority for tasks from individual submissions, so that batch pushes for a course don't block the queue.

Redande commented 1 year ago

Handled in commit 73f4169 -- separate threads for realtime- and batch-topics, which means the batch pushes won't prevent realtime pushes from being sent.