Victor Castell
Victor Castell
This is due to the nodes being competing for the same local db file. I'm not sure if this is a regression, but you can workaround by specifying a different...
Currently there is no such option, some feature could be introduced like the epsilon concept that gives a time window to execute the job it is not executed for some...
Closing for no answer
I can consider implementing something like @yvanoers suggested to fix the use case of missing a job creation using a job queue. In your case @drauschenbach, it's related but a...
Hi @LevonW-IIS, this feature is in the roadmap and some work started, but I wasn't sure if there would be enough demand for it, as of now you are the...
That could be computed in the UI I guess.
The gRPC API is not a 1:1 representation of the REST API, it's intended to be used internally only, this is why you are encountering those "is not the leader"...
@moshebe what methods are you calling? Because the methods that could fail already proxy the requests to the leader, see https://github.com/distribworks/dkron/blob/master/dkron/grpc.go#L166
This has been requested before but now I can not find the issue # You are right @yvanoers, it should have a custom implementation for each executor, but it should...
Hi @Kunze, `executorConfig` should be `executor_config` let me know if that works