-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add events for functions and executions #971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This must probably be triggered from the functions worker 👍 |
So I understand, you'd like the functions worker to emit the |
Yes, this way we can listen to execution completion over realtime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍🏻 awesome work @kodumbeats 👏🏻
Great work @kodumbeats !! |
What does this PR do?
This PR adds events for the following actions in the API:
functions.create
functions.update
functions.delete
functions.tags.create
functions.tags.update
functions.tags.delete
functions.executions.create
It also adds the following event in the Functions worker:
functions.executions.update
Test Plan
appwrite-worker-webhooks
for webhook triggersrequest-catcher
in testing)Todo
Related PRs and Issues
N/A
Have you read the Contributing Guidelines on issues?
yes.