Task server not using configuration changes

This is a general question re how/when the task service would see any configuration changes made in the community admin panels

As an example, I disabled the email settings for a site, but the task service kept on trying to send emails

I have also noticed that when a plugin configuration is changed and used by a task job they don't seem to take effect 

Is there a delay before the task service will see changes made in the community configuration or should we restart the task service if any configuration changes are made? 

Parents
  • What is your full version number? Plugin enablement/configuration changes prior to 12.1 depended on the Plugin Synchronization job (which is scheduled to run every 60 seconds by default but is subject to other jobs running within the current node--this one runs on each application node). In 12.1, invalidations are pushed through the message bus and should occur almost immediately (pending other nodes processing plugin initializations since only one node can initialize at a time).

    Regarding email, any email that is queued to be sent will still be sent after disablement but new email will not be queued. Email will be sent with the latest version of the email configuration.

Reply
  • What is your full version number? Plugin enablement/configuration changes prior to 12.1 depended on the Plugin Synchronization job (which is scheduled to run every 60 seconds by default but is subject to other jobs running within the current node--this one runs on each application node). In 12.1, invalidations are pushed through the message bus and should occur almost immediately (pending other nodes processing plugin initializations since only one node can initialize at a time).

    Regarding email, any email that is queued to be sent will still be sent after disablement but new email will not be queued. Email will be sent with the latest version of the email configuration.

Children