• I have a custom post type. When that post type is updated, it fires off a notification to zapier. I notice two issues:
    1. I have to press “update” twice for the notification to fire
    2. Sometimes the notification fires with old post information.

    Do you think enabling: “Enable background processing with WP Cron” would solve this issue? That wouldn’t be ideal, but at least would be a workaround

    I’m not sure if the issue lies with ACF or Notification. Any ideas?

    • This topic was modified 4 years, 9 months ago by amateurhr.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Do you think enabling: “Enable background processing with WP Cron” would solve this issue? That wouldn’t be ideal, but at least would be a workaround

    This is the exact solution, the only one we have right now.

    Thread Starter amateurhr

    (@amateurhr)

    Do you know how often the cron job will run?

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Just once per action. A single schedule event is created for each successful trigger process.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ACF + Notification caching issues’ is closed to new replies.