Latest Updates

Documenting code, one commit at a time.

Scheduling Posts with Multi-Day Overflow in devlog-ist/landing

In the devlog-ist/landing project, which focuses on creating landing pages, a new feature has been implemented to improve the scheduling of posts when daily limits are reached.

The Problem: Silently Skipped Posts

Previously, when the daily post limit was reached, any further attempts to schedule posts for external platforms would result in a DailyPostLimitReachedException, and the

Read more

Rate Limiting and Distributed Scheduling for Social Media Publishing

Introduction

To prevent abuse and ensure a more natural posting pattern on social media platforms, the devlog-ist/landing project has implemented a configurable daily post limit with distributed scheduling. This feature restricts the number of posts a tenant can publish to LinkedIn and Dev.to, mitigating the risk of bot-like activity.

This post details the implementation of this rate

Read more