Question

Configure trigger for a function in project.yml

I’m not able to configure a trigger from the project.yml file. It doesn’t throw any error when deploying, it just doesn’t add the trigger. I then need to do it manually from the browser.

Heres is my project.yml file

packages:
  - name: interpolate-data
    functions:
      - name: main
        environment:
          USER: '${USER}'
          PASSWORD: '${PASSWORD}'
        limits:
          timeout: 800000
          memory: 256
        runtime: go:1.17
        triggers:
          - name: every-hour
            sourceType: scheduler
            sourceDetails:
              cron: '0 * * * *'
Show comments

Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Same here. Would love a reply from DO on this topic.

I was facing the same problem. It’s probably because there’s a limit of three triggers total during the beta period https://docs.digitalocean.com/products/functions/how-to/schedule-functions/#limits

I’m having the same problem, deploying with doctl serverless deploy --remote-build .

No error message, but no triggers

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel