Joseph Huckaby

Results 421 comments of Joseph Huckaby

This is coming in Cronicle v2, which will be released this year (2023). If you need something now, check out @mikeTWC1984's unofficial fork of v1, which has support for ActiveDirectory...

@notabene00 Look at your `install.log` in the `/opt/cronicle/logs` directory. It sounds like something bad happened during the install process.

Not currently, but I would be happy to add this feature.

Yup, so we just switched from the old, bloated [aws-sdk](https://www.npmjs.com/package/aws-sdk) to the new, streamlined [@aws-sdk/client-s3](https://www.npmjs.com/package/@aws-sdk/client-s3). This is a complete redesign of the S3 API, so I expected a few hiccups,...

Yup, totally, see the docs here for the environment variable syntax: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#environment-variables So in your case, you'd want: ``` CRONICLE_Storage__AWS__credentials__accessKeyId CRONICLE_Storage__AWS__credentials__secretAccessKey CRONICLE_Storage__S3__params__Bucket ```

Did your server hostname change? Cronicle really doesn't like this. It relies on the server hostname being static, to identify which servers can become a master (primary) server. On your...

Why did you close this issue, and start a new one?

Something is running on your server that has port 3012 in use, so Cronicle cannot start. It could be another copy of Cronicle, possibly started by another user? I recommend...

Cronicle tracks memory per job by using `/bin/ps -eo "ppid pid %cpu rss"` output and building a tree of PID / PPID relationships. All of the job process `rss` numbers...

Thank you for that, @mikeTWC1984. If I add that line into the base code, would it break Slack or others? Hmmm... maybe it should be a configurable property name instead....