Skip to content
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

Extend management of actor mailboxes #48

Closed
mwvaughn opened this issue Nov 16, 2018 · 1 comment
Closed

Extend management of actor mailboxes #48

mwvaughn opened this issue Nov 16, 2018 · 1 comment
Assignees
Labels
deployed.Dev Merged and deployed to dev environment priority.high proposal

Comments

@mwvaughn
Copy link

At present, we can either POST a new message to an actor's mailbox or do a GET to discover how many messages are in that mailbox. Additional management actions are desirable:

  1. DELETE would immediately clear out the mailbox. This would be helpful in case of an unexpected backlog that we don't actually want to process.
  2. Adding ?count=N to GET would retrieve the contents of the N most recent messages. This would be useful for debugging message sending behavior from other agents.
@mwvaughn
Copy link
Author

DELETE is highest priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed.Dev Merged and deployed to dev environment priority.high proposal
Projects
None yet
Development

No branches or pull requests

2 participants