Patrick de Kievit

Results 3 issues of 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...

bug

**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: ![image](https://github.com/meilisearch/meilisearch-go/assets/5593142/c6511fa2-3bba-434f-aad8-91849e6740ce) MacOS: ![image](https://github.com/meilisearch/meilisearch-go/assets/5593142/f95a5bd9-4bbf-44b6-9592-7140afeae854)...

bug

# 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...