Skip to content

Fail subsequent posts to Agent after failure #70

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

Closed
pitr-ch opened this issue May 9, 2014 · 4 comments
Closed

Fail subsequent posts to Agent after failure #70

pitr-ch opened this issue May 9, 2014 · 4 comments
Assignees
Labels
enhancement Adding features, adding tests, improving documentation.
Milestone

Comments

@pitr-ch
Copy link
Member

pitr-ch commented May 9, 2014

from clojure agent doc: "If any exceptions are thrown by an action function, no nested dispatches will occur, and the exception will be cached in the Agent itself."

@jdantonio
Copy link
Member

I'm OK with this change. This Agent was intended to match the behavior of Clojure's agent. It appears that I may have missed the mark.

@jdantonio
Copy link
Member

@pitr-ch Was this included in your previous Agent updates or should I leave it open for now. You and the other committers are doing such awesome work I'm starting to lose track! :-)

@pitr-ch
Copy link
Member Author

pitr-ch commented May 15, 2014

It was not included. This'll be slightly more complicated. Post calls will have to postponed if Agent.current until end of the update.

@pitr-ch pitr-ch mentioned this issue Aug 10, 2014
@jdantonio jdantonio modified the milestones: 0.9.0 Release, 0.8.0 Release Jan 14, 2015
@jdantonio jdantonio mentioned this issue Mar 1, 2015
34 tasks
@jdantonio jdantonio modified the milestones: Post 1.0, 0.9.0 Release Mar 1, 2015
@pitr-ch pitr-ch removed this from the Post 1.0 milestone Jun 14, 2015
@jdantonio
Copy link
Member

#412

@jdantonio jdantonio self-assigned this Aug 28, 2015
@jdantonio jdantonio added this to the 1.0.0 Release milestone Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding features, adding tests, improving documentation.
Projects
None yet
Development

No branches or pull requests

2 participants