matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
283 stars 68 forks source link

Enable feeds to be polled concurrently #779

Closed Half-Shot closed 1 year ago

Half-Shot commented 1 year ago

Fixes #703

Thereby speeding up the feed polling business by making it harder for one slow feed to block the queue. Future changes could make the polling concurrency more dynamic depending on load, or weight feeds into different queues so they roughly all chug along at the same pace.

bkil commented 1 year ago

Will this fix #703 ?

Half-Shot commented 1 year ago

Will this fix #703 ?

it will!