Can I Configure Polling Time When Creating Triggers Through the Connect API?

This topic was automatically generated from Slack. You can find the original thread here.

I see when creating a data-source that I can configure a polling time. Is this possible to do with the Connect API when creating a trigger? I’m seeing some triggers default to polling times of 15 minutes, which is quite long. I’d like to be able to set it something like 5 minutes which should be more reasonable without causing excessive load. I couldn’t find anything about this in the docs.

In the vast majority of timer-based event sources, it’s a configurable prop - the one with the type $.interface.timer

ah, good to know - I’ll try that out, thank you!