Simon Thordal

Results 6 comments of Simon Thordal

I can confirm that when setting up a cluster through docker using the official image I get the ` My conf file: ``` # Setting that specifies how much memory...

Nope, didn't try it on older versions. The latest compiled binary seems to be for 2.2.1 though

What worked for me here was adding `set :job_template, nil` to config/schedule.rb This might lead to different issues though since the readme states that running the command through bash is...

The `bash: line 156: bundle: command not found` error seems to be fixed by changing to ```ruby task :deploy do on :launch => :remote_environment do invoke :'whenever:update' end end ```...

In the end any errors on a dataset will now log an error and then re-index from full. Does not return the number of updated entities as we no longer...

> Hey! Have you checked if this would be possible in Google logging by configuring a log sink based on structured log contents? I'm just a bit worried that this...