wip: article AI polish, category SEO fields, cover generator, membership plan seeder
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped

This commit is contained in:
2026-09-07 18:48:37 +00:00
parent 263b98b218
commit 3cec4c5e18
121 changed files with 4701 additions and 313 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ module.exports = {
name: 'larablog-queue',
cwd: root,
script: php,
args: 'artisan queue:work redis --queue=default,ai-content,ai-moderation --sleep=3 --tries=3 --max-time=3600',
// Keep AI queues off this worker when larablog-ai-workerman is running,
// otherwise both processes race-consume the same jobs.
args: 'artisan queue:work redis --queue=default --sleep=3 --tries=3 --max-time=3600',
interpreter: 'none',
instances: 1,
autorestart: true,