feat: remove inactive users (scheduler)

This commit is contained in:
Sonny
2024-09-18 16:58:51 +02:00
parent b0e3bfa0f6
commit 05f067a430
13 changed files with 779 additions and 830 deletions

6
dev.startup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
(trap 'kill 0' SIGINT; node ace scheduler:run & pnpm run dev)
wait -n
exit $?