Michael Shapiro

Results 42 comments of Michael Shapiro

Yeah check out the docs I linked above, especially the bit about monotonic clock freezes and absolute time warps. The choice here is relative time (since the BEAM started) vs...

I'd much prefer to just run delayed jobs immediately when the application starts, so honeydew can guarantee that a job will run regardless of bad behaviour by the system clock....

I definitely hear you, I don't think that either end of the spectrum is ideal for all use cases. I do suspect that massively damaging NTP skews should be rare,...

I do like your hybrid approach, too. Using the monotonic clock during normal operations, but trusting the system clock between beam restarts. That'd keep the complexity for the user to...

Check out the docs for [`Honeydew.start_workers/3`](https://hexdocs.pm/honeydew/1.4.5/Honeydew.html#start_workers/3), specifically the `:shutdown` option. That option is a pass-through to the worker's supervision spec, so you can give it any of the options from...

Hey there. :) What's your ideal API look like for this? An SQL fragment, or a function that adds a `where` clause to an Ecto query maybe?

Hey @hauleth, I might not be able to get to the documentation for a while longer, is there anything I can help out with in the meantime, or is it...

I haven't tested it on newer versions of elixir, you might try downgrading to 1.6.6/20.3.8 and see if it still doesn't work for you.

hey folks, I've just pushed a major revision, could you let me know if you're still having issues?

Hey @bill-mybiz, thanks for the kind words! :) I'm all ears if you have any feature suggestions.