Hi, I have a task scheduled every 5 minutes. It checks for the file start.txt presence in a folder and immediately stops if not present.
When the start.txt file is present, the task starts working and absorbing lot of memory (there’s an unpivot that explode to 44 millions of rows) but still 3.9GB RAM available after about 1 minute of running.
It disappear from the running tasks in the journal but it doesn’t appear in the finished ones (with success nor fail result). If I go to the tasks tab, I can see a notification about the failed task “few seconds ago” with “1 Error”, but when I click on this message the journal appears (http://localhost:6330/journal/details/18277339957297991) with an error popup “unable to render or get event details. Event not found”.
Coming back to the tasks page the notification is still there.
Activating diagnostics I can see what the roor is about (last step while exporting to Excel).
I’m debugging the error through Easymorph desktop, but I’d like to inform the server is not reporting the failure/error in the journal.
Thanks