Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

event scheduler failing to register trigger in openwhisk #180

Open
dhongyt opened this issue Jul 8, 2019 · 2 comments
Open

event scheduler failing to register trigger in openwhisk #180

dhongyt opened this issue Jul 8, 2019 · 2 comments

Comments

@dhongyt
Copy link

dhongyt commented Jul 8, 2019

Recently we are noticing a weird error when deploying our serverless functions into OpenWhisk.

We have functions that are on a cron schedule, which was running correctly until ~5 days back. All cron scheduled functions just stopped working. We started troubleshooting the issues and here is what we found.

When doing an sls deploy on our function, they are no longer being registered in the openwhisk/alarmsprovider container when it used to be registered. We do see that a trigger and a rule is created using the wsk cli but they are not triggered after a successful deployment.

Further testing, when we manually create a trigger and rule through the wsk cli, the trigger is fired correctly on schedule.

@jthomas
Copy link
Contributor

jthomas commented Jul 12, 2019

Is this an instance of openwhisk you are running yourselves or a hosted service?

There hasn't been a new release of the framework plugin since May 2019, which makes me wonder why it would be an issue with the framework rather than the plaform itself? Do you have any more idea?

@mluds
Copy link

mluds commented Dec 23, 2019

I am also experiencing this. See here:

https://github.com/serverless/serverless/issues/7132

It looks like trigger creation fails for some reason, though it works when I create the trigger manually, then reference it in the serverless.yml.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants