a cache for slack profile pictures and emojis

chore: bump heap healthy to 120%

dunkirk.sh a8eafae6 ea6af31c

verified
Changed files
+1 -1
src
+1 -1
src/cache.ts
···
status = "unhealthy";
} else if (!checks.slackApi.status || checks.queueDepth > 100) {
status = "degraded";
-
} else if (checks.memoryUsage.percentage >= 100) {
status = "degraded";
}
···
status = "unhealthy";
} else if (!checks.slackApi.status || checks.queueDepth > 100) {
status = "degraded";
+
} else if (checks.memoryUsage.percentage >= 120) {
status = "degraded";
}