LaszloHont

Results 7 comments of LaszloHont

I'm certain, I can see five minicron processes all with the same arguments, and also the forked processes with the same command. The web interface shows one yellow/running job instead...

I think that the problem is when the application being called from cron outputs a line that clears itself (like for an interactive shell, with ^L to clear the line)....

22 seconds to render in the web interface less than a second to select in sqlite3 ``` sqlite> select count(*) from job_execution_outputs where execution_id=19; 45971 ```

This was almost the samec cron job with the --verbose flag removed. With the flag still on it would have been more than ten times as much output.

The easy fix for this issue is for minicron to run the cron commands (or users be told to run the cron commands...) with a TERM setting that does not...

restart does not do a stop first: `no acceptor (port is in use or requires root privileges)`

Is restic prune safe to use over unreliable connections?