You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If actor is running locally (when isAtHome() === false), the Apify.addWebhook() would store information about added webhooks to some local variable in actor.js.
At the end of Apify.main() we would trigger registered webhooks. It should support webhooks for both SUCCEEDED and FAILED (occur if user's main function throws) states.
We print warning in case the user wants to use Apify.webhook() locally. We should support webhooks on local.
The text was updated successfully, but these errors were encountered: