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
The proof of concept provides the ability to run Enduro as a single process running all components in a monolith-like way: api, workflow workers and activity workers. The ability to deploy workers separately would bring multiple advantages: redundancy, scalability, etc...
Things we'd need:
New entry point such enduro-worker or enduro --services=worker,
A distributed semaphore - the current implementation is local only,
Distributed config, since it's all kept in a file now,
The proof of concept provides the ability to run Enduro as a single process running all components in a monolith-like way: api, workflow workers and activity workers. The ability to deploy workers separately would bring multiple advantages: redundancy, scalability, etc...
Things we'd need:
enduro-worker
orenduro --services=worker
,Our main workflow is already using the session framework.
The text was updated successfully, but these errors were encountered: