-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Events Not Being Dispatched to the subscribers #527
Comments
@chriskapp please, help me |
Hi @MailsonPrates I would assume that you have setup Fusio manually or do you use our docker image? In case of manually setup you would need to run the consumer command s.
to consume the messages and trigger the requests. You can also check the |
@chriskapp thanks for reply! Yes, manual setup. |
no problem, we have introduced this command in the new Fusio 4.0 version, for this we have integrated the |
Thank you so much! |
Hi,
Fusio version: 4.0.0
I followed this doc: https://docs.fusio-project.org/docs/backend/api/event
Everything seems to be fine, but the events are not dispatched to subscribers.
Main cron job is working:
Event created:
Endpoint configured and tested and assigned to subscriber:
Action configured:
Action code:
May you guys help me, what can be wrong?
The text was updated successfully, but these errors were encountered: