unhuman / ManagerTools

MIT License
0 stars 0 forks source link

Slow Processing #2

Open unhuman opened 1 year ago

unhuman commented 1 year ago

Asynchronously handle requests to external services, where possible.

This would require the database to become thread safe. That could be a simple lock on all operations.

unhuman commented 1 year ago

Could also place a limit on events that have > x activities. Generally this is a downmerge or release PR and could be ignored.