| x-forwarded-proto |
https
|
| accept-encoding |
gzip, br, zstd, deflate
|
| user-agent |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
|
| accept |
*/*
|
| host |
testrabbit.frb.one
|
| authorization |
artisan queue:work --sleep=5
artisan schedule:run
ssh testrabbit-us1@log.us1.frbit.com tail source:worker
ssh testrabbit-us1@deploy.us1.frbit.com "php artisan test:job sleep -C 5"ssh testrabbit-us1@deploy.us1.frbit.com "php artisan test:job error -C 10"
# Creates two dummy job with StdOut
php artisan test:job sleep -C 2
# Creates 10 jobs random with StdErr + Exceptions
php artisan test:job error -C 10
# Creates a jobs some memory consumption (64,512MB)
php artisan test:job memory --args=64
php artisan test:job memory --args=512
# Mongo connection test (deploy)
php artisan test:mongo
# Mongo connection test (Worker)
php artisan test:mongo --queued
# Handle queued jobs
php artisan queue:work
php artisan queue:cleanup
# Run migrations (if any)
php artisan migrate --force