Mark Salpeter

Results 16 comments of Mark Salpeter

Hi @joeblew99! I have some questions about your suggestions 1. Retry: What do you mean by retry? How do you propose it should be implemented. Can you write up a...

@HorstMumpitz I don't think it is being misused. If you look at the standard libraries `time` package every duration is defined in the singular. For example, Its common for example...

@flier This isn't working. The interface you implemented is structured much better than the rest of this project and on all accounts the algorithm you're attempting to implement is way...

@flier Also, I'm working on a version 1 refactor. Check out the `Scheduler` interface in the new [v1 branch](https://github.com/jasonlvhit/gocron/tree/v1.0). If you can implement those methods with the timer wheel algorithm...

I actually don't see the use cases for RunAll/RunAllWithDelay, but couldn't those be implemented by iterating over the backing slice of jobs? Is there a good resource for the timer...

Was there a real resolution to this issue? I'm building a rag system and the json formatting of ollama has 10x worse performance than regular question/answer retrieval.