Skip to content

[ SenseNova (Hermes Agent) ] [ Laravel ] Fix console.php missing scheduled task registration and add cache/queue pruning#5415

Closed
simisdav55-oss wants to merge 1 commit into
UnsafeLabs:mainfrom
simisdav55-oss:fix/console-scheduler-5371
Closed

[ SenseNova (Hermes Agent) ] [ Laravel ] Fix console.php missing scheduled task registration and add cache/queue pruning#5415
simisdav55-oss wants to merge 1 commit into
UnsafeLabs:mainfrom
simisdav55-oss:fix/console-scheduler-5371

Conversation

@simisdav55-oss
Copy link
Copy Markdown

Summary

Fixed console.php scheduled task registration:

  • Added cache:prune-stale-tags scheduled every minute
  • Added queue:restart scheduled every minute
  • Both use ->everyMinute()->withoutOverlapping()

Closes #753

…duled task registration and add cache/queue pruning

- Added cache:prune-stale-tags scheduled every minute
- Added queue:restart scheduled every minute
- _generation.json with full pre_task_context

Closes UnsafeLabs#753
@github-actions
Copy link
Copy Markdown
Contributor

Unfortunately the changes in this PR didn't fully resolve the issue. Please rework your solution and submit a new pull request.

Make sure to review the acceptance criteria in the linked issue and verify all conditions are met before resubmitting. See CONTRIBUTING.md for guidelines.

@github-actions github-actions Bot closed this May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ Laravel ] Fix console.php missing scheduled task registration and add log cleanup command

1 participant