• #dev 2017-06-27
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2017-06-27 UTC
# 02:56
ben_thatmustbeme
aaronpk: regarding throttling salmention. My way of handling it is basically adding a layer of indirection. its kind of terrible that i have to do it, but basically i create a queue object in the DB that just has the post_id of what to send webmentions for, and put that on a delay of a few minutes. Then whenever a queue processes a job, it also deletes any other records with the same post_id from that table