I have a question about asynchronous jobs. My understanding is that any async jobs will be recorded in the async_jobs table in the database. They should have a value in the job_complete_msid table when they are done, and then be removed 24 hours later.
Every once in a while, we will have a job that shows up in the table, with a NULL value for job_complete_msid implying that the job is still running. However, when I see this, there's a null command for the job_cmd and the last_updated value as well. Should I be concerned, and do you have any suggestions on how to track down what might be causing these? I might not see one of these for 4 or 5 months, so it's not a large volume. -- Steve Fuller [email protected]
