Rob BygraveandRoland Praml 34d21a9971 #2582 - Fix for regression, BackgroundExecutor is bounded (since 12.6.2)
The change for #2121 brought in a regression where the scheduledExecutorService was used for processing ALL submitted tasks (not just scheduled ones) and is a bounded executor service.  Previously non-scheduled tasks went to a "newCachedThreadPool" based executor service and with this change we are moving back to that (via restoring and using the DaemonExecutorService for those tasks).
2022-03-04 07:55:12 +01:00
2022-02-03 16:41:58 +13:00
2022-02-18 10:52:19 +01:00
2020-12-07 22:47:43 +13:00
2021-08-27 09:24:13 +08:00
2022-02-03 17:13:45 +13:00
2022-02-04 13:04:34 +01:00
Languages
Java 93.2%
PLpgSQL 3%
TSQL 2.8%
SQLPL 0.7%
Kotlin 0.1%