I would propose to take a look in the RateLimiter direction. Code Issues Pull requests Collect news heading and link from some sites and send an email. Blade & Soul You last visited: Today at 17:18 Please register to post and access all features, it's quick, easy and FREE Advertisement Advertise with us Blade & Soul Hacks, Cheats & Bots Download or share your Blade & Soul hack at world's leading forum for all kind of Blade & Soul hacks, cheats and bots. discord discord-bot discord-py bns blade-and-soul discord-py-bot news-bot bns-news bnade-and-soul-news Updated Python SagarYadav17 / news-emailing-bot Sponsor Star 0.
Maybe it does not work as expected, depending on the number of requests your application does over time. BnS Discord Bot I made a discord bot for blade and soul (i know there are few out there), my project started early this year, and i finally think its ready for a public release. 'It is important to note that the number of permits requested never affects the throttling of the request itself. I.e., if an expensive task arrives at an idle RateLimiter, it will be granted immediately, but it is the next request that will experience extra throttling, thus paying for the cost of the expensive task.' but it affects the throttling of the next request. I could imaginge there is some throttling adding up or other effect in the RateLimiter, i would try to play around with it and make sure this thing really works the way you want.Īlternatively, consider using Spring to read from your queue. You might want to spice it up using embedded JMS for further goodies (message persistence etc).