summaryrefslogtreecommitdiff
path: root/internal/schedule
AgeCommit message (Collapse)Author
2025-06-12improve stats calculation to exclude pause periodsPaul Buetow
- Modify newStats() and gatherPostedStats() to accept config parameter - Add calculatePausedDays() helper function for pause period overlap calculation - Update postsPerDay and totalPostsPerDay calculations to exclude paused days - Prevent artificially low throughput during pause periods - Add comprehensive unit tests for pause-aware stats functionality - Maintain backward compatibility when no pause is configured Fixes issue where Gos would post aggressively after vacation periods due to including pause days in throughput calculations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-06don't make an empty noop queue to be ackedPaul Buetow
2025-05-17fix nothing queued bugPaul Buetow
2025-02-24compose mode does not require any secretsPaul Buetow
2025-02-08more use of tablesPaul Buetow
2025-02-05refactorPaul Buetow
2025-02-05use of generic ascii table packagePaul Buetow
2025-01-11add all time / total stats to the tablesPaul Buetow
2025-01-11add all time / lifetime statsPaul Buetow
2024-12-11refactor a bit againPaul Buetow
2024-12-10fixPaul Buetow
2024-11-19use of platform aliasesPaul Buetow
2024-11-08change of colorsPaul Buetow
2024-11-08dont use logger but color outputterPaul Buetow
2024-11-04add dasyPaul Buetow
2024-11-04increase rate when there are soo posts scheduledPaul Buetow
2024-11-04improved stats colorPaul Buetow
2024-11-04add table output for statsPaul Buetow
2024-11-03fixPaul Buetow
2024-11-03more ideasPaul Buetow
2024-11-01add the .soon tag, and some refactorPaul Buetow
2024-10-31intial warning when there aren't enough queuedPaul Buetow
2024-10-27initial refactorPaul Buetow
2024-10-27add now tagPaul Buetow
2024-10-21implement priority tagPaul Buetow
2024-10-19fix linkedin escapesPaul Buetow
2024-10-18implement pause daysPaul Buetow
2024-10-10initial timestamp packagePaul Buetow
2024-10-04new TODOs addedPaul Buetow
2024-10-02fixPaul Buetow
2024-10-02rename some funcsPaul Buetow
2024-10-01some more fooPaul Buetow
2024-10-01use of entry.Entry around the code basePaul Buetow
2024-09-30fix error handlingPaul Buetow
2024-09-28fix thisPaul Buetow
2024-09-28can schedule entryPaul Buetow
2024-09-28can hit and not hit the targetPaul Buetow
2024-09-28add ValidationPaul Buetow
2024-09-28add lookback timePaul Buetow
2024-09-22fix chan leakPaul Buetow
2024-09-22can gather stats from post historyPaul Buetow