watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Notify the app when entry with publishAt goes live #158

Closed gburgett closed 4 years ago

gburgett commented 5 years ago

Currently, an entry with "publishAt" will be hidden from the app by the middleware that is applied in wcc-contentful-app. When the date & time of publishing passes, we have no way to notify the app in order to flush the cache.

One option: Trigger a fake webhook with a simulated publish/unpublish event. Should this also be emitted from the sync engine?

gburgett commented 4 years ago

This actually got handled in #155