Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Conversation

hyperthunk
Copy link
Member

Allow a managed process to change its process definition (the set of api, info, exit, and timeout handlers, plus the unhandled message policy) on the fly.

Evaluating 'safe' or 'apiSafe' in a 'filters' block allows the user to mark
certain messages for safe handling. When marked thus, any matching handlers
for these messages are evaluated without fully dequeueing the message from
the priority queue, such that if we receive and handle (i.e. swallow) an
exit signal, the message will be available for re-processing. Only once a
message has been safely processed will it be fully dequeued from the internal
mailbox/queue.
@hyperthunk hyperthunk merged commit 827552f into master Mar 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant