Invocations for deleted task

Hi! I have issue with invocations.

Yesterday I created task with crontab and it done 333 invocations. So I deleted it.
Today there was 330 invocations again from this deleted task.

How can it be?

Thanks!

Hi @benone

Invocations can be incurred by either workflows or sources.

The most common reason for unintended invocation use is high polling rates by sources.

For example, if you have a Twitter Search Trigger polling Twitter for new tweets every 10 minutes that will incur 144 invocations per day (6 polls per hour x 24 hours in a day).

You can adjust a polling rate in the configuration of the Source, you can review those in your dashboard at https://pipedream.com/sources

Hope this helps!