dos updates
This commit is contained in:
@@ -49,7 +49,7 @@ IGNY8 uses **Celery Beat** to schedule two distinct but related systems:
|
||||
| Task Name | Schedule | Purpose |
|
||||
|-----------|----------|---------|
|
||||
| `automation.check_scheduled_automations` | Every hour at `:05` | Check if any automation configs should run |
|
||||
| `automation.check_test_triggers` | Every minute | Check for admin test triggers (exits early if none) |
|
||||
| `automation.check_test_triggers` | Every 5 minutes | Check for admin test triggers (exits early if none) |
|
||||
|
||||
### How It Works
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Content Pipeline Workflow
|
||||
|
||||
**Last Verified:** December 25, 2025
|
||||
**Last Verified:** January 20, 2026
|
||||
**Version:** 1.8.4
|
||||
|
||||
---
|
||||
|
||||
@@ -35,7 +36,7 @@ The IGNY8 content pipeline transforms raw keywords into published WordPress arti
|
||||
## Stage 1: Keywords
|
||||
|
||||
**Module:** Planner
|
||||
**Status Values:** `pending`, `clustered`, `used`, `archived`
|
||||
**Status Values:** `new`, `mapped`
|
||||
|
||||
### Input
|
||||
- Seed keywords (manually added or from SEO tools)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Content Publishing Workflow Guide
|
||||
|
||||
**Last Updated**: January 2026
|
||||
**Last Updated**: January 20, 2026
|
||||
**Version**: 1.8.4
|
||||
**Status**: Production
|
||||
**Audience**: Content Editors, Publishers, Site Administrators
|
||||
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
# Credit System
|
||||
|
||||
**Last Verified:** January 10, 2026
|
||||
**Status:** ✅ Complete (v1.7.1 - Image Generation Credits)
|
||||
**Last Verified:** January 20, 2026
|
||||
**Version:** 1.8.4
|
||||
**Status:** ✅ Complete (v1.8.3 - Two-Pool Credit System)
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
IGNY8 uses a unified credit system where all AI operations consume credits from a single balance. Plan limits are simplified to 4 hard/monthly limits only.
|
||||
IGNY8 uses a **two-pool credit system** (v1.8.3):
|
||||
- **Plan Credits** (`account.credits`): From subscription, reset on renewal
|
||||
- **Bonus Credits** (`account.bonus_credits`): Purchased, **NEVER expire**
|
||||
|
||||
**Usage Priority:** Plan credits consumed first, bonus credits only when plan = 0.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Scheduled Content Publishing Workflow
|
||||
|
||||
**Last Updated:** January 16, 2026
|
||||
**Last Updated:** January 20, 2026
|
||||
**Version:** 1.8.4
|
||||
**Module:** Publishing / Automation
|
||||
**Status:** ✅ Site filtering fixed and verified
|
||||
|
||||
|
||||
Reference in New Issue
Block a user