I have a scheduled task that runs daily at 12:54 GMT (that's a few minutes before 8am local time). It sends an important daily email to all users. It runs for less than a minute.
It has run fine for weeks, but today I got this error:
/bin/bash: line 0: cd: /home/rcardenas: Stale NFS file handle
bash: /home/rcardenas/bin/job.sh: Stale NFS file handle
2013-08-21 12:54:03 -- Completed task, took 0.00 seconds, return code was 126.
The task did not complete; the emails were not sent. It appears to me that this was a very uncommon occurrence, not expected to happen again soon. But I thought I'd let PA know, in case you can find the problem.
And I also got to thinking, is my task perhaps sometimes coinciding with some housekeeping admin task at PA? Might there be a better time to execute my job instead of 12:54? I could run it a little earlier or later if needed.