Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cron Bundle Laravel Package

4lxndr/cron-bundle

View on GitHub
Deep Wiki
Context7

title: Configuration

Configuration

Create config/packages/shapecode_cron.yaml to configure the bundle:

shapecode_cron:
    timeout: null
    result_retention_hours: null

Both options are optional and default to null.

Options

timeout

Global execution timeout for cron jobs in seconds.

Value Behavior
null (default) No timeout — jobs run until they finish
300.0 Kill the job process after 5 minutes
shapecode_cron:
    timeout: 300.0  # 5 minutes

result_retention_hours

How long to keep CronJobResult records. Old results are deleted at the start of each shapecode:cron:run.

Value Behavior
null (default) Keep all results forever
168 Delete results older than 7 days
720 Delete results older than 30 days
shapecode_cron:
    result_retention_hours: 168  # 7 days
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui