Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

When polling an operation status please always sleep 2 to 5 seconds in between calls. Our systems may throttle all your API activity if overused. Consider using callbacks, see below.

Using callbacks to avoid polling

Why poll when you can have Wordbee notify your servers with callback URLs?

See Callbacks (with asynchronous operations) for more details.

Why do asynchronous operations sometimes return results immediately and sometimes not?

...