• #indieweb 2014-11-02
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2014-11-02 UTC
# 21:39
aaronpk
bear: I find polling a redis list a pretty effective way of doing a worker queue like that, rather than using pubsub. cause with pubsub, you'll lose jobs if the worker is offline when an event comes in.