abrahammurciano / discord-lumberjack

A Python logging handler which sends its logs to a Discord Channel
GNU General Public License v3.0
4 stars 1 forks source link

Allow user to choose the number of consumer threads that send messages to discord #51

Closed abrahammurciano closed 2 years ago

abrahammurciano commented 2 years ago

If a user logs too often the queue will grow much faster than it can be dequeued. One possible solution is to use more consumer threads.

abrahammurciano commented 2 years ago

More threads does nothing. Can't consume faster than Discord's API allows us to send messages anyways. That's pretty slow.