Skip to main content
Version: 24.3

Disable as-poller Service

If you are not using tasks, disable the as-poller service. You can disable as-poller service from Agility Connect user interface or command prompt. To disable as-poller from user interface perform the following actions.

  1. InAgility Connect navigate to Settings > Poller > Clear Enabled.
  2. Login to Mongo DB > type "use agilitysync" > db.config.find() > Confirm that poller shows Enabled = false

To enable as-poller service from Agility Connect from command prompt, run the following commands:

  1. Log on to Agility Connect terminal.
  2. stop services: as-stop-services
  3. as-disable-service as-poller
  4. start services: as-start-services