Libove Blog

Personal Blog about anything - mostly programming, cooking and random thoughts

Implementing scheduled publishing with #ActivityPub requires some effort. Until now my blog only had draft/published as states of entries. The AP service would just send out the requires requests immediately. With the possibility of setting the publishing date into the future this is no longer possible. I have to somehow trigger these after the publishing date.

Pull systems are so much easier than push systems.