We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2641da2 commit dde6bafCopy full SHA for dde6baf
stubs/serverless.yml
@@ -32,11 +32,11 @@ functions:
32
handler: artisan
33
runtime: php-81-console
34
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"'
+ # Uncomment to also schedule this function to run the scheduler every minute
+ #events:
+ # - schedule:
+ # rate: rate(1 minute)
+ # input: '"schedule:run"'
40
41
plugins:
42
# We need to include the Bref plugin
0 commit comments