Skip to content

Commit 6e48c94

Browse files
committed
Install Clockwork
1 parent c9a52c5 commit 6e48c94

File tree

4 files changed

+512
-8
lines changed

4 files changed

+512
-8
lines changed

.env.development.example

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ APP_PORT=8000
88
APP_DEBUG=true
99
MUX_ENABLED=false
1010

11-
# Enable Laravel Telescope for debugging
12-
TELESCOPE_ENABLED=false
13-
14-
# Selenium Driver URL for Dusk
15-
DUSK_DRIVER_URL=http://selenium:4444
16-
1711
# PostgreSQL Database Configuration
1812
DB_DATABASE=coolify
1913
DB_USERNAME=coolify
@@ -27,6 +21,16 @@ RAY_ENABLED=false
2721
# Set custom ray port
2822
RAY_PORT=
2923

24+
# Clockwork Configuration
25+
CLOCKWORK_ENABLED=false
26+
CLOCKWORK_QUEUE_COLLECT=true
27+
28+
# Enable Laravel Telescope for debugging
29+
TELESCOPE_ENABLED=false
30+
31+
# Selenium Driver URL for Dusk
32+
DUSK_DRIVER_URL=http://selenium:4444
33+
3034
# Special Keys for Andras
3135
# For cache purging
3236
BUNNY_API_KEY=

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"danharrin/livewire-rate-limiting": "^1.1",
1313
"doctrine/dbal": "^3.6",
1414
"guzzlehttp/guzzle": "^7.5.0",
15+
"itsgoingd/clockwork": "^5.2",
1516
"laravel/fortify": "^v1.16.0",
1617
"laravel/framework": "^v11",
1718
"laravel/horizon": "^5.27.1",
@@ -110,4 +111,4 @@
110111
},
111112
"minimum-stability": "stable",
112113
"prefer-stable": true
113-
}
114+
}

composer.lock

Lines changed: 76 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)