Updated wiki page authored by Tomaž Stepišnik's avatar Tomaž Stepišnik
......@@ -4,4 +4,5 @@
2. The option `-I` (idle time) was added
3. The job is considered to be successfully downloaded when it is indeed successfully downloaded, i.e., we check for the presence of `Successfully cleaned: 1` etc. message rather than the absence of `WARNING`, `ERROR` etc. which comes in handy when the `line 3188` error happens:)
4. When the proxy expires, the `arcproxy` command is automatically called.
5. The current job ids of the run with `-xrsl <name>.<extension>` are saved to `<name>.joblist`
\ No newline at end of file
5. The current job ids of the run with `-xrsl <name>.<extension>` are saved to `<name>.joblist`
6. The program no longer calls `arcstat -a` to get job statuses, it instead calls `arcstat` only for jobs that it is managing. This prevents seeing unrelated warnings if the program is not managing all your current jobs (multiple arcrunners running or some manual submissions).
\ No newline at end of file