-
Notifications
You must be signed in to change notification settings - Fork 309
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
Add more events #58
Comments
I will probably go in the direction of offering a way to query the status. Then you can set up a Sounds good? |
Yea, sounds sweet, but maybe an event would be more useful |
And when would you want the 'monitor' event to be triggered? |
Every time a queue is done? |
I guess a 'queue' event would be better suited then. I could add more events for v1.0. |
The "queue" event is now fired when something is queued via |
Hi. Does the queue event payload contain all the information the monitor is displaying? My idea is to retrieve the monitor part information on the server and send it to client through socket. |
No, there is only the queued data/function inside the event. There currently is no "statistics API". |
Something like:
The text was updated successfully, but these errors were encountered: