I have a feed whose stored configuration must change by end of July. This is a forced change to my API endpoint’s POST headers to transmit an API key. With or without an update, many users will wake up one day and the plugin will no longer work.
In one situation, the plugin doesn’t update and one day stops working.
In another situation, the plugin updates, isn’t reconfigured in a timely fashion and stops working post-update. There will be no service interruption if the plugin is reconfigured in a timely fashion after the update.
There isn’t much I can do about this situation.
AFAICT, the best I can do is write some nagware filters/actions to run during an admin login.
- I don’t have a lot of time to research writing nagware. Is there a code sample I can have that demonstrates nagware in the GF environment?
- Is there a way to reprocess entries that should’ve successfully been run through the feed?