Skip to content

Commit dde6baf

Browse files
committed
Set the scheduler for every minute, but commented by default
See #100 (comment)
1 parent 2641da2 commit dde6baf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stubs/serverless.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ functions:
3232
handler: artisan
3333
runtime: php-81-console
3434
timeout: 720 # in seconds
35-
events:
36-
# We also schedule this function to run the scheduler every 5 minutes
37-
- schedule:
38-
rate: rate(5 minutes)
39-
input: '"schedule:run"'
35+
# Uncomment to also schedule this function to run the scheduler every minute
36+
#events:
37+
# - schedule:
38+
# rate: rate(1 minute)
39+
# input: '"schedule:run"'
4040

4141
plugins:
4242
# We need to include the Bref plugin

0 commit comments

Comments
 (0)