queue job going crazy
Hi there,
I have a problem with a job in "commonScheduleQueue".
This Job runs for at least half an hour and fills up the transaction log on my database completely (meanwhile 30GB).
The job's details:
- Target Class:
wt.scheduler.StandardSchedulingService - Target Method:
executeScheduledItem - Arguments:
[object: wt.scheduler.ScheduleItem:13000302, type = class wt.fc.ObjectIdentifier]
How Do I identify, what the corresponding issue is?
I mean, if "13000302" corresponds to a (e.g.) promotion request, that is already closed, I could simply delete this Job. But currently I just do not know.
Chears /me

