David Rauschenbach

Results 36 comments of David Rauschenbach

This is more of an Engine.IO question if you ask me. I'm working on the same thing right now. In short, Engine.IO uses document.cookie, which in a Hybrid or web...

I've just solved this on my end by avoiding the issue altogether... I switched my app to Hybrid by telling PhoneGap to download an external http URL instead of an...

Well not exactly. My web app (PhoneGap or otherwise) uses session-scoped cookies. I do this because I don’t implement a global RPC error trap yet, which would have to reload...

I’ve been using Spark-Redis ever since Spark 3 shipped and it is working great. I know the version numbers of the jar looks worrisome since they reference old Spark versions....

@andreygolev great work! I've repackaged the assets in this merge request as a Helm chart at https://github.com/Megalithic-LLC/dkron-helm. @victorcoder I agree and so far I see no need for Go source...

The `provider=k8s` functionality is specifically documented to explain that it can be used to join external agents to an EXISTING kubernetes-based Dkron cluster. I have tried to use it beyond...

Currently Dkron does not run jobs if there is no leader at the time when a scheduled job should be kicked off. My team struggles with this on a regular...

Hi @victorcoder, this issue has not occurred since we upgraded to 3.x. I've read through the commits and I'm nearly certain that this is fixed now. But I could not...

@alexef I'm also encountering this issue. I cannot find a way to drain a Dkron node of running jobs before stopping it for maintenance.