You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Since the introduction of Run.Handler and some of the pre & post logic from RunTask (no longer available) being moved into RunDispatcher, we need a simple entrypoint for processing a Message and a Job.
The original implementation for execute_sync/2 didn't perform any matching nor did it register state (as it technically handled what is late in the pipeline).