Open roboweaver opened 6 years ago
I had this same issue, I fixed it by indenting the attributes for the schedule event. From your example, it would look like this.
cronCreateCheck:
handler: users/cronCreateCheck.cronCreateCheck
events:
# Schedule to run every 5 minutes
- schedule: rate(1 minute)
name: check-creation
description: 'Check for creations every minute to update when cloning is complete'
enabled: true
I see the following with my template - my suspicion is that it is the not handling the trigger section properly.
This is the first place I see 'enabled' in my serverless.yml: