Skip to main content
Known Task issues
A
Written by Asmo Urpilainen
Updated over 9 months ago

Tasks with unloadability issues

FRENDS Agents try to keep their memory usage as low as possible by removing Processes from memory that are no longer being executed.

Some Tasks are known to cause issues when trying to remove old Processes by having handles open. This will cause memory consumption to rise until the Agent is restarted.


Tasks with known unloadability issues:

  • Frends.Community.PdfFromTemplate

  • Frends.Community.RabbitMQ

  • Frends.Community.Oracle.Query

Oracle tasks issues are caused by driver sometimes misshandling connections to Oracle Notification Services. This can be prevented, and thus solving the unloadability issue, by adding to connection string ENLIST=false; HA EVENTS=false; LOAD BALANCING=false; See more: https://stackoverflow.com/a/45943074/6734525

Did this answer your question?