Patrick de Kievit
Patrick de Kievit
https://github.com/meilisearch/meilisearch-go/issues/522 # Pull Request ## Related issue Fixes #522 ## What does this PR do? - fixes ticker CPU leakage on the WaitForTask method. I also optimized the method to...
**Description** WaitForTask using CPU when Idle (simulation included) **Expected behavior** 0 % CPU **Current behavior** 4000 Calls to WaitForTask causing 10-15% CPU usage **Screenshots or Logs** Arch:  MacOS: ...
# Bug Report: SkipIfStillRunning Chain Not Applied When Manually Calling Entry.Job.Run() ## Description When using `cron.WithChain(cron.SkipIfStillRunning(...))` to prevent concurrent job execution, manually calling `Entry.Job.Run()` bypasses the chain wrapper, allowing concurrent...