alleyinteractive / wp-bulk-task

A library to assist with running performant bulk tasks against WordPress database objects.
GNU General Public License v2.0
13 stars 0 forks source link

Issue-32: Skip Pushes to Apple News By Default #35

Open anubisthejackle opened 1 month ago

anubisthejackle commented 1 month ago

Summary

This pull request addresses the issue described here: https://github.com/alleyinteractive/wp-bulk-task/issues/32, aiming to disable pushes to Apple News by default when running a bulk task and allowing this behavior to be overridden if updates need to be sent to Apple News.

Description

Disable pushes to Apple News by default when running a bulk task. Allow this behavior to be overridden (so updates can be sent to Apple News, if desired). This is achieved by skipping Apple News pushes by default.

Use Case

When running a bulk task, updates performed to posts should not be automatically synced to Apple News because it can create a flood of requests and potentially result in rate-limiting.

anubisthejackle commented 1 month ago

@mboynes I don't disagree. Its probably worth a longer conversation in the original issue.