microsoft / ghcrawler

Crawl GitHub APIs and store the discovered orgs, repos, commits, ...
MIT License
373 stars 90 forks source link

add maxDequeueCount option #161

Closed dabutvin closed 5 years ago

dabutvin commented 5 years ago

if you set the maxDequeueCount and the message.dequeueCount exceeds it, we will delete the message from the queue.

This is an effort not spin our wheels indefinitely when there is a request that cannot be completed

dabutvin commented 5 years ago

what do you mean semi-columns?

geneh commented 5 years ago

";" at the end of the lines.

dabutvin commented 5 years ago

oh right. :) duh. Updating now