Fix `MK_NO_DAEMONS` flag
Compare changes
@@ -12,6 +12,7 @@ import { QueueStatsService } from '@/daemons/QueueStatsService.js';
@@ -23,6 +24,8 @@ export async function server() {
What does this PR do?
Restores functionality to the MK_NO_DAEMONS
flag, which reduces overhead and race conditions in split-API setups.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines