Tal Kaptsan

Results 6 comments of Tal Kaptsan

Unfortunately, we are experiencing the same symptoms, using the new version (actually v4.0.1 and no. v3.1) with mongo db 3.6 the DB CPU consumption is growing up to 100%. the...

@harisvsulaiman thanks for looking into it! what kind of information could be helpful?

@harisvsulaiman I tried to run agenda with DEBUG=* env variable. this is what I've got: ``` 2021-02-16T12:10:27.860Z agenda:internal:processJobs job [webhook] lock status: shouldLock = true 2021-02-16T12:10:27.860Z agenda:internal:_findAndLockNextJob _findAndLockNextJob(webhook, [Function]) 2021-02-16T12:10:27.924Z...

@renanbenedicto thank you for looking into this! it sounds very interesting! regarding your first proposal for changing the `$eq: null` to `$type: 10` - I don't this is possible. freshly...

@renanbenedicto I want to thank you so much! I can confirm that adding the index helped us resolving the 100% CPU problem. Here you can see the CPU drop after...

Same here. Upgraded from pnpm v7 to v8 and fixing the lock file using the `--fix-lockfile` option fixed the issue