Hey y’all. I am trying to get Scheduled Functions working on my account. I am not wanting to introduce JS-based functions into my account, but I have written the rest of the backend in Golang.
I did follow the article that said, in order to use a language other than java/type script, to embed the schedule in the .toml file which I did:
[functions.“Notifications”]
scheduled = “@hourly”
I don’t see the schedule badge, or the admin UI to enable/disable, and the logs are empty. I am skeptical that my function is running scheduled.
Hiya @shrinerp , Thanks for reaching out about this. Could you please share your function name with us? Additionally, can you share your project repo? This will help us look into the situation further.