mikeTWC1984

Results 151 comments of mikeTWC1984

OK, here is the steps you need to take. **General idea:** Backend: create 2 new api endpoints - one to read last N lines from log file on the node...

Yes, the fork is backwards compatible (obviously new features won't work if you port them back). You can search for "Orchestra" in issues of this repo for more info. I...

You can use output of "storage-cli.js export" command to import events/schedules/categories/users, you can do it from UI (import button). To carry over run history and job details, I think you...

I believe those metrics are collected using ps utility. On Alpine you also need to install **procps** to get proper version of it I usually add those 3 packages on...

You probably need to restart cronicle (if you created that account when it was up). Although it might be a better idea to create a different admin account from UI,...

Looks like native failover only works with 2 manager nodes. I tried 3 manager cluster, and indeed if I kill current leader, 2 other nodes get confused (UI gets unstable),...

@dheise-rheinenergie-trading-com you are right, it take some time to become a manager. Seems like "unstable" state is normal for backup nodes, it's not caused by loosing leader. I tried 3...

I tested a cluster of 3 manager nodes using s3 (minio though). Everything works same way - 2nd node become a leader after some time. As far as I can...

OK. My only guess then is that your other nodes do not have access to the storage. E.g. because of aws-sdk package is not installed or nodes using different configs....

There might be somewhat nice and simple solution for that. Basically extend regular schedule with custom expression. The expression could look like "08:30, 11:30", which is human readable/writable and fairly...