Jonathan Hulme
Jonathan Hulme
Certainly, please remember that this works with no problems on our older (exact same code and libraries) server. ``` /* TOML Config [module.alert] path = "./minute/alert" cron = "* *...
I just re-tested by replacing job.log(e); with job.log(e.message); and it made no difference. Additionally just to mention, we run 27 of these scheduled jobs, all have different logic inside them...
Hi @manast sorry I just wanted to confirm something... Most of the time I am building applications for performance and waiting for logging to write is not something that I...
Hello, I have just noticed the change to 5.53.1 for the closure of https://github.com/taskforcesh/bullmq/pull/3269. I have just updated and ran a test and I am sorry to confirm that this...
Hello, this does not appear to help the situation, the same problem happens.
## Runtime Limits 1. Set Limits Maximum Memory Max CPU Time - as a decimal between 0-1 1 being its allowed to consume 100% of the core/process that it is...
Hi @sebastianwessel, would you consider implementing https://nodejs.org/api/worker_threads.html#performanceeventlooputilizationutilization1-utilization2 as an alternative to accomplish something similar?