Relative Content

Tag Archive for cronschedulerjobsbunelysiajs

Elysia cron not stop when use one store with multiple path to stop

I have config elysia cron job for my schedule job. I have build using bun. I create utils for my job every time i want to have scheduler for my specific time to run. But when I call and separate the elysia only with unique path. The scheduler still running and not to stop the cron when i manually stop. below is my code: