Skip to content

v0.4.4

Compare
Choose a tag to compare
@Koed00 Koed00 released this 27 Jul 16:17
· 891 commits to master since this release
  • adds group filter to the admin views
  • monitor TQ indicates when queue_limit has been reached
  • closes old database connections on worker and monitor spawn

In some environments the workers and monitors would re-use stale db connections, causing problems.
Closing old connections on spawn will hopefully prevent this.