mikeTWC1984

Results 151 comments of mikeTWC1984

Yeah, there is a cli tool (in the box) to upgrade/export/import data https://github.com/jhuckaby/Cronicle#upgrading-cronicle I'm working on a fork with a feature that allows to import/export metadata from GUI, I agree...

@dfnsar715 Good catch on the "failed to start". I'd think that should be logged in "Activity log" this could be a good place to track errors. Regarding the second ask...

I'm afraid it's not possible in this configuration. Downgrading websockets from https to http is blocked by design. Hopefully in the next version live log would go through the master...

@rrusso1982 just modify installation script below to use your fork and leave it under the issue you opened, so whoever needs this capability will be able to use it. ```...

There is no fancy way to import plugin json from UI (although that might be a neat feature). However you can do it using rest api using curl or some...

Your log says "timeout" , cronicle kills the job after 1 hour by default. Is that the case? Then just change timeout settings.

OK. First of all you can disable timeout at all (set it to 0). As I understand even if there is no timeout, you process will start, but then it...

Wait, do you just want to kill your job via cronicle's timeout and report success? If that's the case - i dont think it's possible . From the other side...

Strange. Actually "Waiting for master" means that your node doesn't have access to storage or hostname doesnt match regex for master group. Check the logs when you start cronicle (first...